<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: account</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>account</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br>(built-in)</font></td></tr></table>
<p><tt>Contains the Python wrapper for accounts.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="account.html#Account">Account</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="Account">class <strong>Account</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Python <a href="#Account">Account</a> <a href="__builtin__.html#object">object</a><br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Account-__cmp__"><strong>__cmp__</strong></a>(...)</dt><dd><tt>x.<a href="#Account-__cmp__">__cmp__</a>(y) <==> cmp(x,y)</tt></dd></dl>
<dl><dt><a name="Account-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#Account-__init__">__init__</a>(...) initializes x; see x.__class__.__doc__ for signature</tt></dd></dl>
<dl><dt><a name="Account-add_char"><strong>add_char</strong></a>(...)</dt><dd><tt><a href="#Account-add_char">add_char</a>(name_or_char)<br>
<br>
Adds a new character to an account's list of registered characters.</tt></dd></dl>
<dl><dt><a name="Account-aux"><strong>aux</strong></a>(...)</dt><dd><tt>Alias for account.<a href="#Account">Account</a>.getAuxiliary.</tt></dd></dl>
<dl><dt><a name="Account-characters"><strong>characters</strong></a>(...)</dt><dd><tt><a href="#Account-characters">characters</a>()<br>
<br>
Returns a list of names for characters registered to the account.</tt></dd></dl>
<dl><dt><a name="Account-getAuxiliary"><strong>getAuxiliary</strong></a>(...)</dt><dd><tt><a href="#Account-getAuxiliary">getAuxiliary</a>(name)<br>
<br>
Returns account's auxiliary data of the specified name.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>name</strong></dt>
<dd><tt>The account's name. Immutable.</tt></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object at 0x6f880><dd><tt>T.<a href="#Account-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl>
</td></tr></table></td></tr></table>
</body></html>