MCPcopy Index your code
hub / github.com/python/cpython / _f_builtins

Method _f_builtins

Tools/gdb/libpython.py:1126–1127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1124 return self._f_special("f_globals")
1125
1126 def _f_builtins(self):
1127 return self._f_special("f_builtins")
1128
1129 def _f_code(self):
1130 return self._f_special("f_executable", PyCodeObjectPtr.from_pyobject_ptr)

Callers 1

iter_builtinsMethod · 0.95

Calls 1

_f_specialMethod · 0.95

Tested by

no test coverage detected