twisted.manhole.explorer.Signature(pb.Copyable)
class documentationtwisted.manhole.explorer
View Source
(View In Hierarchy)
I represent the signature of a callable.
Signatures are immutable, so don't expect my contents to change once they've been set.
Method | __init__ | Undocumented |
Method | get_name | Undocumented |
Method | get_default | Undocumented |
Method | set_default | Undocumented |
Method | set_varlist | Undocumented |
Method | set_keyword | Undocumented |
Method | is_varlist | Undocumented |
Method | is_keyword | Undocumented |
Method | discardSelf | Invoke me to discard the first argument if this is a bound method. |
Method | getStateToCopy | Gather state to send when I am serialized for a peer. |
Method | __len__ | Undocumented |
Method | __str__ | Undocumented |
Inherited from Jellyable (via Copyable, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via Copyable, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via Copyable, Serializable):
Method | getStateFor | Undocumented |
Gather state to send when I am serialized for a peer.
I will default to returning self.__dict__. Override this to customize this behavior.