MCPcopy 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
71def f6():
72 def nested():
73 pass
74
75 assert nested.__name__ == "nested"
76 assert nested.__qualname__ == "f6.<locals>.nested"
77
78
79f6()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected