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

Method previous

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

Source from the content-addressed store, hash-verified

1150 return self._f_special("owner", int) == FRAME_OWNED_BY_INTERPRETER
1151
1152 def previous(self):
1153 if int(self._gdbval['previous']) == 0:
1154 return None
1155 return self._f_special("previous", PyFramePtr)
1156
1157 def iter_globals(self):
1158 '''

Callers 2

invokeMethod · 0.45

Calls 1

_f_specialMethod · 0.95

Tested by

no test coverage detected