Home
last modified time | relevance | path

Searched refs:gc_is_tracked (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dgcmodule.c.h257 {"is_tracked", (PyCFunction)gc_is_tracked, METH_O, gc_is_tracked__doc__},
/external/python/cpython2/Modules/
Dgcmodule.c1332 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/
Dgcmodule.c1403 gc_is_tracked(PyObject *module, PyObject *obj) in gc_is_tracked() function