Part of twisted.manhole.explorer View Source View In Hierarchy
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 Copyable:
Method | getStateToCopyFor | Gather state to send when I am serialized for a particular perspective. |
Method | getTypeToCopy | Determine what type tag to send for me. |
Method | getTypeToCopyFor | Determine what type tag to send for me. |
Method | jellyFor | Assemble type tag and state to copy for this broker. |
Inherited from Serializable (via Copyable):
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Copyable, Serializable):
Method | getStateFor | Undocumented |
I will default to returning self.__dict__. Override this to customize this behavior.