Searched defs:sys_getprofile (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Dsysmodule.c445 sys_getprofile(PyObject *self, PyObject *args) function
982 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},
/external/python/cpython3/Python/
H A Dsysmodule.c515 sys_getprofile(PyObject *self, PyObject *args) function
1421 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},

Completed in 144 milliseconds