| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
type --+
|
GeneratedServiceType --+
|
GeneratedServiceStubType
Metaclass for service stubs created at runtime from ServiceDescriptors.
This class has similar responsibilities as GeneratedServiceType, except that it creates the service stub classes.
|
|||
| the object's type |
|
||
|
Inherited from Inherited from |
|||
|
|||
_DESCRIPTOR_KEY = 'DESCRIPTOR'
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Creates a message service stub class.
Args:
name: Name of the class (ignored, here).
bases: Base classes of the class being constructed.
dictionary: The class dictionary of the class being constructed.
dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
describing this protocol service type.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 6 13:21:35 2019 | http://epydoc.sourceforge.net |