Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_subprocess.c627 static PyMethodDef sp_functions[] = { variable
673 m = Py_InitModule("_subprocess", sp_functions); in init_subprocess()