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

Method _f_code

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

Source from the content-addressed store, hash-verified

1127 return self._f_special("f_builtins")
1128
1129 def _f_code(self):
1130 return self._f_special("f_executable", PyCodeObjectPtr.from_pyobject_ptr)
1131
1132 def _f_executable(self):
1133 return self._f_special("f_executable")

Callers 2

__init__Method · 0.95
_f_lastiMethod · 0.95

Calls 1

_f_specialMethod · 0.95

Tested by

no test coverage detected