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

File syntax_try.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3try:
4 raise BaseException()

Callers

nothing calls this directly

Calls 9

assert_raisesFunction · 0.90
isinstanceFunction · 0.85
fFunction · 0.70
fooFunction · 0.70
gFunction · 0.70
yFunction · 0.70
execFunction · 0.70
printFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected