Searched refs:sys_gettrace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 406 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function 989 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 576 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function 1588 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},
|