Home
last modified time | relevance | path

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

/dports/lang/python27/Python-2.7.18/PC/
H A D_subprocess.c118 static PyMethodDef sp_handle_methods[] = { variable
127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name); in sp_handle_getattr()
/dports/lang/python-legacy/Python-2.7.18/PC/
H A D_subprocess.c118 static PyMethodDef sp_handle_methods[] = { variable
127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name); in sp_handle_getattr()