Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ demo
Function
demo
extra_tests/snippets/stdlib_sys.py:50–52 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
48
49
50
def
demo(x):
51
if
x > 0:
52
demo(x - 1)
53
54
55
sys.settrace(trc)
Callers
1
stdlib_sys.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected