Searched refs:gc_get_objects (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 236 …{"get_objects", _PyCFunction_CAST(gc_get_objects), METH_FASTCALL|METH_KEYWORDS, gc_get_objects__do… 242 gc_get_objects(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in gc_get_objects() function
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | gcmodule.c | 1307 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects() function 1373 {"get_objects", gc_get_objects,METH_NOARGS, gc_get_objects__doc__},
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 631 Modules/clinic/gcmodule.c.h gc_get_objects _parser -
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 969 Modules/clinic/gcmodule.c.h:gc_get_objects():_parser static _PyArg_Parser _parser
|