Searched refs:gc_get_count (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 201 {"get_count", (PyCFunction)gc_get_count, METH_NOARGS, gc_get_count__doc__}, 207 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1206 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count() function 1368 {"get_count", gc_get_count, METH_NOARGS, gc_get_count__doc__},
|