Searched defs:gc_collect (Results 1 - 18 of 18) sorted by relevance
/third_party/python/Lib/test/support/ |
H A D | warnings_helper.py | 123 from test.support import gc_collect namespace
|
H A D | __init__.py | 725 def gc_collect(): function
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_extensions.py | 5 from test.support import requires, gc_collect namespace
|
H A D | test_widgets.py | 4 from test.support import requires, gc_collect namespace
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_font.py | 4 from test.support import requires, gc_collect, ALWAYS_EQ namespace
|
/third_party/python/Lib/test/ |
H A D | test_file.py | 10 from test.support import gc_collect namespace
|
H A D | test_module.py | 4 from test.support import gc_collect namespace
|
H A D | test_yield_from.py | 13 from test.support import captured_stderr, disable_gc, gc_collect namespace
|
H A D | test_queue.py | 9 from test.support import gc_collect namespace
|
H A D | test_scope.py | 5 from test.support import gc_collect namespace
|
H A D | test_asyncgen.py | 7 from test.support import gc_collect, requires_working_socket namespace
|
H A D | test_weakref.py | 16 from test.support import gc_collect namespace [all...] |
H A D | test_re.py | 1 from test.support import (gc_collect, bigmemtest, _2G, namespace
|
H A D | test_xml_etree.py | 28 from test.support import findfile, gc_collect, swap_attr, swap_item namespace
|
/third_party/python/Modules/clinic/ |
H A D | gcmodule.c.h | 88 gc_collect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in gc_collect() function
|
/third_party/python/Lib/unittest/test/ |
H A D | test_assertions.py | 5 from test.support import gc_collect namespace
|
H A D | test_case.py | 22 from test.support import captured_stderr, gc_collect namespace
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_userfunctions.py | 33 from test.support import bigmemtest, catch_unraisable_exception, gc_collect namespace
|
Completed in 28 milliseconds