Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ f6
Function
f6
extra_tests/snippets/syntax_function2.py:71–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
71
def
f6():
72
def
nested():
73
pass
74
75
assert nested.__name__ ==
"nested"
76
assert nested.__qualname__ ==
"f6.<locals>.nested"
77
78
79
f6()
Callers
1
syntax_function2.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected