Searched refs:sys_getprofile (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 273 {"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/ |
D | sysmodule.c | 445 sys_getprofile(PyObject *self, PyObject *args) in sys_getprofile() function 982 {"getprofile", sys_getprofile, METH_NOARGS, getprofile_doc},
|