t.m.e.Signature(pb.Copyable) : class documentation

Part of twisted.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
def __init__(self, argNames): (source)
Undocumented
def get_name(self, arg): (source)
Undocumented
def get_default(self, arg): (source)
Undocumented
def set_default(self, arg, value): (source)
Undocumented
def set_varlist(self, arg): (source)
Undocumented
def set_keyword(self, arg): (source)
Undocumented
def is_varlist(self, arg): (source)
Undocumented
def is_keyword(self, arg): (source)
Undocumented
def discardSelf(self): (source)

Invoke me to discard the first argument if this is a bound method.

def getStateToCopy(self): (source)

Gather state to send when I am serialized for a peer.

I will default to returning self.__dict__. Override this to customize this behavior.

def __len__(self): (source)
Undocumented
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.