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