microprobe.utils.misc.Pickable¶
-
class
Pickable
[source]¶ Bases:
object
A helper class to implement the pickling interface.
Objects that inherit from this class are automatically serialized/ deserialized to disk whenever is needed. Check what is ‘pickle’ in python for more details.
-
__init__
()¶ x.__init__(…) initializes x; see help(type(x)) for signature
-