class documentation
class AccountManager: (source)
I am responsible for managing a user's accounts.
That is, remembering what accounts are available, their settings, adding and removal of accounts, etc.
| Method | __init__ |
Undocumented |
| Method | add |
Undocumented |
| Method | connect |
No summary |
| Method | del |
Undocumented |
| Method | disconnect |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
A snapshot of all the accounts and their status. |
| Method | is |
Undocumented |
| Method | quit |
Undocumented |
| Instance Variable | accounts |
A collection of available accounts. |