Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpickle.py77 class PicklingError(PickleError): class
/external/python/cpython3/Modules/
D_pickle.c168 PyObject *PicklingError; member