class documentation

class AbstractPerson: (source)

Known subclasses: twisted.words.im.ircsupport.IRCPerson, twisted.words.im.pbsupport.TwistedWordsPerson

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method getIdleTime Returns a string.
Method getPersonCommands finds person commands
Instance Variable account Undocumented
Instance Variable name Undocumented
Instance Variable status Undocumented
def __init__(self, name, baseAccount): (source)
def __repr__(self): (source)

Undocumented

Returns
strUndocumented
def __str__(self): (source)

Undocumented

Returns
strUndocumented
def getIdleTime(self): (source)
Returns a string.
def getPersonCommands(self): (source)

finds person commands

these commands are methods on me that start with imperson_; they are called with no arguments

account = (source)

Undocumented

name = (source)

Undocumented