Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_subprocess.c118 static PyMethodDef sp_handle_methods[] = { variable
127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name); in sp_handle_getattr()