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

Method invoke

Tools/gdb/libpython.py:2062–2063  ·  view source on GitHub ↗
(self, args, from_tty)

Source from the content-addressed store, hash-verified

2060
2061
2062 def invoke(self, args, from_tty):
2063 move_in_stack(move_up=False)
2064
2065# Not all builds of gdb have gdb.Frame.select
2066if hasattr(gdb.Frame, 'select'):

Callers

nothing calls this directly

Calls 1

move_in_stackFunction · 0.85

Tested by

no test coverage detected