MCPcopy Index your code
hub / github.com/python/cpython / PicklingError

Class PicklingError

Lib/pickle.py:75–80  ·  view source on GitHub ↗

This exception is raised when an unpicklable object is passed to the dump() method.

Source from the content-addressed store, hash-verified

73 pass
74
75class PicklingError(PickleError):
76 """This exception is raised when an unpicklable object is passed to the
77 dump() method.
78
79 """
80 pass
81
82class UnpicklingError(PickleError):
83 """This exception is raised when there is a problem unpickling an object,

Callers 8

__reduce__Method · 0.90
whichmoduleFunction · 0.85
dumpMethod · 0.85
saveMethod · 0.85
save_persMethod · 0.85
save_reduceMethod · 0.85
save_picklebufferMethod · 0.85

Calls

no outgoing calls

Tested by 1

__reduce__Method · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…