Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c395 reconstruct_method(PyObject *func, PyObject *self) in reconstruct_method() function
4639 return reconstruct_method(self->pers_func, self->pers_func_self); in Pickler_get_persid()
7090 return reconstruct_method(self->pers_func, self->pers_func_self); in Unpickler_get_persload()