Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dgcmodule.c.h295 {"is_tracked", (PyCFunction)gc_is_tracked, METH_O, gc_is_tracked__doc__},
/third_party/python/Modules/
Dgcmodule.c1874 gc_is_tracked(PyObject *module, PyObject *obj) in gc_is_tracked() function