Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | Envelope
Basic envelope is a json encoded/decoded dictionary that provides dot (.) style access.
|
|||
D[k] if k in D, else d |
|
||
|
|||
|
|||
|
|||
str |
|
||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x[i]=y
|
del x[y]
|
Load using a json string.
|
Dump to a json string.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:31 2010 | http://epydoc.sourceforge.net |