Searched defs:gc_collect (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_module.py3 from test.test_support import run_unittest, gc_collect namespace
65 gc_collect()
78 gc_collect()
H A Dtest_support.py1181 def gc_collect(): function
1711 gc_collect()
/external/python/cpython3/Lib/test/
H A Dtest_module.py4 from test.support import gc_collect, requires_type_collecting namespace
101 gc_collect()
117 gc_collect()
125 gc_collect()
H A Dtest_yield_from.py16 from test.support import captured_stderr, disable_gc, gc_collect namespace
1029 gc_collect()
H A Dtest_re.py1 from test.support import verbose, run_unittest, gc_collect, bigmemtest, _2G, \
67 gc_collect()
2 cpython_only, captured_stdout namespace
H A Dtest_xml_etree.py21 from test.support import TESTFN, findfile, import_fresh_module, gc_collect, swap_attr namespace
1746 gc_collect()
1756 gc_collect()
1769 gc_collect()
/external/python/cpython2/Modules/
H A Dgcmodule.c1103 gc_collect(PyObject *self, PyObject *args, PyObject *kws) function
1374 {"collect", (PyCFunction)gc_collect,
/external/python/cpython3/Modules/
H A Dgcmodule.c1204 gc_collect(PyObject *self, PyObject *args, PyObject *kws) function
1520 {"collect", (PyCFunction)gc_collect,
/external/python/cpython3/Lib/test/support/
H A D__init__.py1233 gc_collect()
1498 def gc_collect(): function
2020 gc_collect()
2542 gc_collect()

Completed in 1072 milliseconds