MCPcopy Index your code
hub / github.com/RustPython/RustPython / fubar

Function fubar

extra_tests/snippets/syntax_function2.py:23–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21assert my_func(2) == 4
22
23def fubar():
24 return 42,
25
26assert fubar() == (42,)
27

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected