A safe-to-use dictionary, but do not attach functions to it please
(break cPickle) An environment instance can be stored into a file and
loaded easily
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
store(self,
filename)
Write the variables into a file |
source code
|
|
|
|
load(self,
filename)
Retrieve the variables from a file |
source code
|
|
|
|
get_destdir(self)
return the destdir, useful for installing |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|