Class t.w.i.b.AbstractPerson:

Part of twisted.words.im.basesupport View Source View In Hierarchy

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

Undocumented
Line # Kind Name Docs
64 Method __init__ Undocumented
69 Method getPersonCommands finds person commands
77 Method getIdleTime Returns a string.
83 Method __repr__ Undocumented
86 Method __str__ Undocumented
def __init__(self, name, baseAccount):
Undocumented
def getPersonCommands(self):

finds person commands

these commands are methods on me that start with imperson_; they are called with no arguments
def getIdleTime(self):
Returns a string.
def __repr__(self):
Undocumented
def __str__(self):
Undocumented