Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c363 PyObject **method_func, PyObject **method_self) in init_method_ref() argument
373 Py_CLEAR(*method_func); in init_method_ref()
382 Py_XSETREF(*method_func, func2); in init_method_ref()
388 Py_XSETREF(*method_func, func); in init_method_ref()