Lines Matching refs:find_class
5124 /* Temporary helper for calling self.find_class().
5127 using directly the C version of find_class(), when find_class() is not
5132 find_class(UnpicklerObject *self, PyObject *module_name, PyObject *global_name)
5134 return PyObject_CallMethodObjArgs((PyObject *)self, &_Py_ID(find_class),
5896 cls = find_class(self, module_name, class_name);
6016 global = find_class(self, module_name, global_name);
6045 global = find_class(self, module_name, global_name);
6333 obj = find_class(self, module_name, class_name);
7010 /* The name of find_class() is misleading. In newer pickle protocols, this
7016 _pickle.Unpickler.find_class
7041 if (PySys_Audit("pickle.find_class", "OO",