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

File syntax_function_args.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3
4def sum(x, y):

Callers

nothing calls this directly

Calls 12

assert_raisesFunction · 0.90
sum2yFunction · 0.85
vaFunction · 0.85
va2Function · 0.85
va3Function · 0.85
setFunction · 0.85
totalFunction · 0.70
sumFunction · 0.70
fubarFunction · 0.70
funcFunction · 0.70
execFunction · 0.70
fFunction · 0.70

Tested by

no test coverage detected