Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h642 {"mdebug", (PyCFunction)sys_mdebug, METH_O, sys_mdebug__doc__},
648 sys_mdebug(PyObject *module, PyObject *arg) in sys_mdebug() function
/external/python/cpython2/Python/
Dsysmodule.c676 sys_mdebug(PyObject *self, PyObject *args) in sys_mdebug() function
967 {"mdebug", sys_mdebug, METH_VARARGS},