Home
last modified time | relevance | path

Searched defs:gc_collect (Results 1 – 2 of 2) 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