| Home | Trees | Indices | Help |
|
|---|
|
|
base class for things that inherit from dict
name to item
__name__
>>> d=_DictLike() >>> d.pants=42 >>> d['__pants__'] 42 >>> d['__shirt__']=101 >>> d.shirt 101
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__read_only_attrs = set(dir(dict))
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:09 2008 | http://epydoc.sourceforge.net |