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__()¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.