|
a new object with type S, a subtype of T
|
| __new__(cls,
name,
full_name,
index,
containing_service,
input_type,
output_type,
options=None,
serialized_options=None) |
source code
|
|
|
|
__init__(self,
name,
full_name,
index,
containing_service,
input_type,
output_type,
options=None,
serialized_options=None)
The arguments are as described in the description of MethodDescriptor
attributes above. |
source code
|
|
|
Inherited from DescriptorBase:
GetOptions
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|