MCPcopy Index your code
hub / github.com/python/cpython / _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 ##
87mappingproxy = type(type.__dict__)
88def _get_framelocalsproxy():
89 return type(sys._getframe().f_locals)
90framelocalsproxy = _get_framelocalsproxy()
91del _get_framelocalsproxy
92generator = type((lambda: (yield))())

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…