MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / PicklingError

Class PicklingError

tools/python-3.11.9-amd64/Lib/pickle.py:77–82  ·  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

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

Callers 6

dumpMethod · 0.85
saveMethod · 0.85
save_persMethod · 0.85
save_reduceMethod · 0.85
save_picklebufferMethod · 0.85
save_globalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected