| |
- UserDict
class UserDict |
|
# A more or less complete user-defined wrapper around dictionary objects
|
| |
- __cmp__(self, dict)
- no doc string
- __delitem__(self, key)
- no doc string
- __getitem__(self, key)
- no doc string
- __init__(self, dict=None)
- no doc string
- __len__(self)
- no doc string
- __repr__(self)
- no doc string
- __setitem__(self, key, item)
- no doc string
- clear(self)
- no doc string
- copy(self)
- no doc string
- get(self, key, failobj=None)
- no doc string
- has_key(self, key)
- no doc string
- items(self)
- no doc string
- keys(self)
- no doc string
- update(self, dict)
- no doc string
- values(self)
- no doc string
| |