Home
last modified time | relevance | path

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

/external/python/pyopenssl/src/OpenSSL/
DSSL.py630 method_func = self._methods[method]
634 method_obj = method_func()
/external/python/cpython3/Modules/
D_pickle.c373 PyObject **method_func, PyObject **method_self) in init_method_ref() argument
383 Py_CLEAR(*method_func); in init_method_ref()
392 Py_XSETREF(*method_func, func2); in init_method_ref()
398 Py_XSETREF(*method_func, func); in init_method_ref()