MCPcopy Index your code
hub / github.com/RustPython/RustPython / recursion.py

File recursion.py

extra_tests/snippets/recursion.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3
4class Foo(object):

Callers

nothing calls this directly

Calls 2

assert_raisesFunction · 0.90
FooClass · 0.70

Tested by

no test coverage detected