Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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
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