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

Function f8

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

Source from the content-addressed store, hash-verified

92
93
94def f8() -> int:
95 return 10
96
97assert f8() == 10
98

Callers 2

testLambdasMethod · 0.85

Calls

no outgoing calls

Tested by 1

testLambdasMethod · 0.68