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

Function f3

extra_tests/snippets/syntax_function2.py:41–45  ·  view source on GitHub ↗

test3

()

Source from the content-addressed store, hash-verified

39assert f2.__doc__ == "test2"
40
41def f3():
42 """
43 test3
44 """
45 pass
46
47assert f3.__doc__ == "\ntest3\n"
48

Callers 3

test_funcdefMethod · 0.85
test_orderMethod · 0.85
testLambdasMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_funcdefMethod · 0.68
test_orderMethod · 0.68
testLambdasMethod · 0.68