Searched refs:gc_is_tracked (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 305 {"is_tracked", (PyCFunction)gc_is_tracked, METH_O, gc_is_tracked__doc__},
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1332 gc_is_tracked(PyObject *self, PyObject *obj) in gc_is_tracked() function 1374 {"is_tracked", gc_is_tracked, METH_O, gc_is_tracked__doc__},
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 1851 gc_is_tracked(PyObject *module, PyObject *obj) in gc_is_tracked() function
|