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

Method _f_nlocalsplus

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

Source from the content-addressed store, hash-verified

1133 return self._f_special("f_executable")
1134
1135 def _f_nlocalsplus(self):
1136 return self._f_special("nlocalsplus", int_from_int)
1137
1138 def _f_lasti(self):
1139 codeunit_p = gdb.lookup_type("_Py_CODEUNIT").pointer()

Callers

nothing calls this directly

Calls 1

_f_specialMethod · 0.95

Tested by

no test coverage detected