Searched refs:PickleError_class (Results 1 – 2 of 2) sorted by relevance
359 extern PyObject* PickleError_class;
529 PyObject* PickleError_class; variable3072 PickleError_class = PyObject_GetAttrString(pickle_module, "PickleError"); in CheckAndGetInteger()