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

Class UnpicklingError

tools/python-3.11.9-amd64/Lib/pickle.py:84–93  ·  view source on GitHub ↗

This exception is raised when there is a problem unpickling an object, such as a security violation. Note that other exceptions may also be raised during unpickling, including (but not necessarily limited to) AttributeError, EOFError, ImportError, and IndexError.

Source from the content-addressed store, hash-verified

82 pass
83
84class UnpicklingError(PickleError):
85 """This exception is raised when there is a problem unpickling an object,
86 such as a security violation.
87
88 Note that other exceptions may also be raised during unpickling, including
89 (but not necessarily limited to) AttributeError, EOFError, ImportError,
90 and IndexError.
91
92 """
93 pass
94
95# An instance of _Stop is raised by Unpickler.load_stop() in response to
96# the STOP opcode, passing the object that is the result of unpickling.

Callers 15

readintoMethod · 0.85
readMethod · 0.85
readlineMethod · 0.85
load_frameMethod · 0.85
loadMethod · 0.85
persistent_loadMethod · 0.85
load_persidMethod · 0.85
load_long4Method · 0.85
load_stringMethod · 0.85
load_binstringMethod · 0.85
load_binbytesMethod · 0.85
load_binunicodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected