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

Method _f_special

Tools/gdb/libpython.py:1120–1121  ·  view source on GitHub ↗
(self, name, convert=PyObjectPtr.from_pyobject_ptr)

Source from the content-addressed store, hash-verified

1118 yield (pyop_name, pyop_value)
1119
1120 def _f_special(self, name, convert=PyObjectPtr.from_pyobject_ptr):
1121 return convert(self._gdbval[name])
1122
1123 def _f_globals(self):
1124 return self._f_special("f_globals")

Callers 7

_f_globalsMethod · 0.95
_f_builtinsMethod · 0.95
_f_codeMethod · 0.95
_f_executableMethod · 0.95
_f_nlocalsplusMethod · 0.95
is_shimMethod · 0.95
previousMethod · 0.95

Calls 1

convertFunction · 0.50

Tested by

no test coverage detected