Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test
Function · 0.70
Tested by
no test coverage detected