Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpickle.py77 class PicklingError(PickleError): class
/third_party/python/Modules/
D_pickle.c144 PyObject *PicklingError; member