MCPcopy 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
50def demo(x):
51 if x > 0:
52 demo(x - 1)
53
54
55sys.settrace(trc)

Callers 1

stdlib_sys.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected