Searched refs:gc_set_debug (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 128 {"set_debug", (PyCFunction)gc_set_debug, METH_O, gc_set_debug__doc__}, 134 gc_set_debug(PyObject *module, PyObject *arg) in gc_set_debug() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1142 gc_set_debug(PyObject *self, PyObject *args) in gc_set_debug() function 1366 {"set_debug", gc_set_debug, METH_VARARGS, gc_set_debug__doc__},
|