Searched refs:test_recursion_limit (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ | ||
D | test_difflib.py | 202 def test_recursion_limit(self): member in TestSFpatches |
D | test_marshal.py | 247 def test_recursion_limit(self): member in BugsTestCase |
D | test_threading.py | 892 def test_recursion_limit(self): member in BoundedSemaphoreTests |
/aosp_15_r20/external/python/cpython3/Lib/test/ | ||
D | test_difflib.py | 247 def test_recursion_limit(self): member in TestSFpatches |
D | test_marshal.py | 253 def test_recursion_limit(self): member in BugsTestCase |
D | test_threading.py | 1291 def test_recursion_limit(self): member in ThreadingExceptionTests |
D | test_compileall.py | 650 def test_recursion_limit(self): member in CommandLineTestsBase |
D | test_inspect.py | 4434 def test_recursion_limit(self): member in TestUnwrap |