Home
last modified time | relevance | path

Searched refs:_pickle_Unpickler_find_class_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_pickle.c.h244 _pickle_Unpickler_find_class_impl(UnpicklerObject *self,
260 return_value = _pickle_Unpickler_find_class_impl(self, module_name, global_name); in _pickle_Unpickler_find_class()
/external/python/cpython3/Modules/
D_pickle.c7078 _pickle_Unpickler_find_class_impl(UnpicklerObject *self, in _pickle_Unpickler_find_class_impl() function