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

Method _f_executable

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

Source from the content-addressed store, hash-verified

1130 return self._f_special("f_executable", PyCodeObjectPtr.from_pyobject_ptr)
1131
1132 def _f_executable(self):
1133 return self._f_special("f_executable")
1134
1135 def _f_nlocalsplus(self):
1136 return self._f_special("nlocalsplus", int_from_int)

Callers

nothing calls this directly

Calls 1

_f_specialMethod · 0.95

Tested by

no test coverage detected