Searched refs:sys_settrace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 386 sys_settrace(PyObject *self, PyObject *args) in sys_settrace() function 988 {"settrace", sys_settrace, METH_O, settrace_doc},
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 1004 sys_settrace(PyObject *self, PyObject *args) in sys_settrace() function 1974 {"settrace", sys_settrace, METH_O, settrace_doc},
|