Home
last modified time | relevance | path

Searched defs:UnpicklingError (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dpickle.py84 class UnpicklingError(PickleError): class
/third_party/python/Modules/
D_pickle.c145 PyObject *UnpicklingError; member