| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
ProtectedDict given an initial dict, this wraps that dict storing changes in a secondary dict, protecting the underlying dict from changes |
|||
|
LazyLoad Lazy loading of values for a dict |
|||
|
|||
| SlotDict |
|
||
|
|||
_slot_dict_classes = <WeakValueDictionary at 144137676>
|
|||
Imports: UserDict, warnings, weakref
|
|||
Generates mapping classes that behave similar to a dict but store values as object attributes that are allocated via __slots__. Instances of these objects have a smaller memory footprint than a normal dict object.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Sep 10 22:58:59 2008 | http://epydoc.sourceforge.net |