Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h273 {"getprofile", (PyCFunction)sys_getprofile, METH_NOARGS, sys_getprofile__doc__},
279 sys_getprofile(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getprofile() function
/external/python/cpython2/Python/
Dsysmodule.c445 sys_getprofile(PyObject *self, PyObject *args) in sys_getprofile() function
982 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},