Searched refs:sys_setprofile (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 425 sys_setprofile(PyObject *self, PyObject *args) in sys_setprofile() function 981 {"setprofile", sys_setprofile, METH_O, setprofile_doc},
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 595 sys_setprofile(PyObject *self, PyObject *args) in sys_setprofile() function 1583 {"setprofile", sys_setprofile, METH_O, setprofile_doc},
|