Searched refs:gc_disable (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 30 {"disable", (PyCFunction)gc_disable, METH_NOARGS, gc_disable__doc__}, 36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1073 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() function 1364 {"disable", gc_disable, METH_NOARGS, gc_disable__doc__},
|