Home
last modified time | relevance | path

Searched refs:indirect_test (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/libregrtest/
Drefleak.py17 def dash_R(the_module, test, indirect_test, huntrleaks): argument
69 indirect_test()
/external/python/cpython2/Lib/test/
Dregrtest.py1319 indirect_test = getattr(the_module, "test_main", None)
1321 refleak = dash_R(the_module, test, indirect_test,
1324 if indirect_test is not None:
1325 indirect_test()
1413 def dash_R(the_module, test, indirect_test, huntrleaks): argument
1445 if indirect_test:
1447 indirect_test()