Home
last modified time | relevance | path

Searched defs:gc_collect (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c1103 gc_collect(PyObject *self, PyObject *args, PyObject *kws) in gc_collect() function
/external/python/cpython2/Lib/test/
Dtest_support.py1181 def gc_collect(): function
/external/python/cpython3/Modules/
Dgcmodule.c1204 gc_collect(PyObject *self, PyObject *args, PyObject *kws) in gc_collect() function
/external/python/cpython3/Lib/test/support/
D__init__.py1498 def gc_collect(): function