| Home | Trees | Indices | Help |
|
|---|
|
|
UserDict.UserDict --+
|
DictWithDefault
Dictionary with default values
Instances of this class act like standard Python dictionaries, except that they return a *copy* of |default| for a key that has no associated value.
|
|||
| __delitem__(self, key) | |||
|
__getitem__(self,
key) Returns the associated value. |
|||
| __init__(self, default) | |||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:42 2006 | http://epydoc.sourceforge.net |