Searched refs:gc_get_debug (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 176 {"get_debug", (PyCFunction)gc_get_debug, METH_NOARGS, gc_get_debug__doc__}, 182 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1157 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug() function 1367 {"get_debug", gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
|