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

Method newer

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

Source from the content-addressed store, hash-verified

1726 return None
1727
1728 def newer(self):
1729 newer = self._gdbframe.newer()
1730 if newer:
1731 return Frame(newer)
1732 else:
1733 return None
1734
1735 def select(self):
1736 '''If supported, select this frame and return True; return False if unsupported

Callers 2

get_indexMethod · 0.80
move_in_stackFunction · 0.80

Calls 1

FrameClass · 0.70

Tested by

no test coverage detected