| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Singleton --+
|
ExtraPickler
Provides a simple means to include arbitrary attributes from
modules when pickling.
To include a variable z of module x.y (i.e. x.y.z) in a snapshot (and have
it put back as x.y.z on loading), do:
ExtraPickler().add( ('x.y','z') )
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
extras = list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:06 2008 | http://epydoc.sourceforge.net |