Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _get_framelocalsproxy
Function
_get_framelocalsproxy
Lib/_collections_abc.py:88–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
## misc ##
87
mappingproxy = type(type.__dict__)
88
def
_get_framelocalsproxy():
89
return
type(sys._getframe().f_locals)
90
framelocalsproxy = _get_framelocalsproxy()
91
del _get_framelocalsproxy
92
generator = type((
lambda
: (
yield
))())
Callers
1
_collections_abc.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected