Searched refs:gc_isenabled (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 48 {"isenabled", (PyCFunction)gc_isenabled, METH_NOARGS, gc_isenabled__doc__}, 54 gc_isenabled(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_isenabled() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1086 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled() function 1365 {"isenabled", gc_isenabled, METH_NOARGS, gc_isenabled__doc__},
|