Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ inner_global_function
Function
inner_global_function
Lib/test/test_funcattrs.py:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
pass
13
global inner_global_function
14
def
inner_global_function():
15
def
inner_function2():
16
pass
17
return
inner_function2
18
return
LocalClass
19
return
lambda
: inner_function
20
Callers
1
test___qualname__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected