MCPcopy Index your code
hub / github.com/python/cpython / test

Method test

Lib/test/test_opcache.py:564–565  ·  view source on GitHub ↗
(default=None)

Source from the content-addressed store, hash-verified

562
563 def test_recursion_check_for_general_calls(self):
564 def test(default=None):
565 return test()
566
567 with self.assertRaises(RecursionError):
568 test()

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected