Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ h
Method
h
Lib/test/test_traceback.py:2161–2164 ·
view source on GitHub ↗
(count=10)
Source
from the content-addressed store, hash-verified
2159
2160
# Check 2 different repetitive sections
2161
def
h(count=10):
2162
if
count:
2163
return
h(count-1)
2164
g()
2165
2166
with
captured_output(
"stderr"
)
as
stderr_h:
2167
try
:
Callers
nothing calls this directly
Calls
2
h
Class · 0.85
g
Function · 0.70
Tested by
no test coverage detected