Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _f_globals
Method
_f_globals
Tools/gdb/libpython.py:1123–1124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1121
return
convert(self._gdbval[name])
1122
1123
def
_f_globals(self):
1124
return
self._f_special(
"f_globals"
)
1125
1126
def
_f_builtins(self):
1127
return
self._f_special(
"f_builtins"
)
Callers
1
iter_globals
Method · 0.95
Calls
1
_f_special
Method · 0.95
Tested by
no test coverage detected