Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c386 sys_settrace(PyObject *self, PyObject *args) in sys_settrace() function
988 {"settrace", sys_settrace, METH_O, settrace_doc},
/external/python/cpython3/Python/
Dsysmodule.c1004 sys_settrace(PyObject *self, PyObject *args) in sys_settrace() function
1974 {"settrace", sys_settrace, METH_O, settrace_doc},