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)
| |
getStateFor(self,
jellier)
(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.1 on Thu May 8 13:16:33 2003 | http://epydoc.sf.net |