Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
assert f2.__doc__ ==
"test2"
40
41
def
f3():
42
""
"
43
test3
44
""
"
45
pass
46
47
assert f3.__doc__ ==
"\ntest3\n"
48
Callers
3
test_funcdef
Method · 0.85
test_order
Method · 0.85
testLambdas
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_funcdef
Method · 0.68
test_order
Method · 0.68
testLambdas
Method · 0.68