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

Part of twisted.manhole.explorer View Source View In Hierarchy

Known subclasses: twisted.manhole.ui.gtkmanhole.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 __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 Undocumented
Method __len__ Undocumented
Method __str__ 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)
Undocumented
def __len__(self): (source)
Undocumented
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.