account
index
(built-in)

Contains the Python wrapper for accounts.

 
Classes
       
__builtin__.object
Account

 
class Account(__builtin__.object)
    Python Account object
 
  Methods defined here:
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
add_char(...)
add_char(name_or_char)
 
Adds a new character to an account's list of registered characters.
aux(...)
Alias for account.Account.getAuxiliary.
characters(...)
characters()
 
Returns a list of names for characters registered to the account.
getAuxiliary(...)
getAuxiliary(name)
 
Returns account's auxiliary data of the specified name.

Data descriptors defined here:
name
The account's name. Immutable.

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object at 0x6f880>
T.__new__(S, ...) -> a new object with type S, a subtype of T