| Home | Trees | Index | Help |
|---|
| Package twisted :: Package manhole :: Module explorer :: Class Signature |
|
Jellyable--+ |Serializable--+ |Copyable--+ | Signature
I represent the signature of a callable.
Signatures are immutable, so don't expect my contents to change once they've been set.| Method Summary | |
|---|---|
__init__(self,
argNames)
| |
__len__(self)
| |
__str__(self)
| |
Invoke me to discard the first argument if this is a bound method. | |
get_default(self,
arg)
| |
get_name(self,
arg)
| |
(inherited from Jellyable)
| |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. (inherited from Copyable)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
is_keyword(self,
arg)
| |
is_varlist(self,
arg)
| |
Assemble type tag and state to copy for this broker. (inherited from Copyable)
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable)
| |
set_default(self,
arg,
value)
| |
set_keyword(self,
arg)
| |
set_varlist(self,
arg)
| |
| Method Details |
|---|
discardSelf(self)Invoke me to discard the first argument if this is a bound method. |
getStateToCopy(self)Gather state to send when I am serialized for a peer. I will default to returning self.__dict__. Override this to customize this behavior.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:44 2003 | http://epydoc.sf.net |