class documentation

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) -> str: (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

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

Undocumented

Undocumented