Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c425 sys_setprofile(PyObject *self, PyObject *args) in sys_setprofile() function
981 {"setprofile", sys_setprofile, METH_O, setprofile_doc},
/external/python/cpython3/Python/
Dsysmodule.c595 sys_setprofile(PyObject *self, PyObject *args) in sys_setprofile() function
1583 {"setprofile", sys_setprofile, METH_O, setprofile_doc},