Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Pickle related utilities. Perhaps this should be called ‘can’.
Bases: object
can an object for safe pickling
Parameters: | obj:
keys: list (optional)
hook: callable (optional)
large data may be offloaded into the buffers list, used for zero-copy transfers. |
---|
Bases: IPython.utils.pickleutil.CannedObject
object for wrapping a remote reference by name.
Bases: IPython.utils.pickleutil.CannedObject
Bases: IPython.utils.pickleutil.CannedObject
Bases: IPython.utils.pickleutil.CannedObject
Bases: IPython.utils.pickleutil.CannedObject
alias of str
use dill to expand serialization support
adds support for object methods and closures to serialization.
like isinstance(obj, check), but strict
This won’t catch subclasses.
prepare an object for pickling
can the values of a dict
can the elements of a sequence
invert canning