Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c445 sys_getprofile(PyObject *self, PyObject *args) in sys_getprofile() function
982 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},
/external/python/cpython3/Python/
Dsysmodule.c614 sys_getprofile(PyObject *self, PyObject *args) in sys_getprofile() function
1584 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},