Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ invoke
Method
invoke
Tools/gdb/libpython.py:2127–2128 ·
view source on GitHub ↗
(self, args, from_tty)
Source
from the content-addressed store, hash-verified
2125
gdb.COMPLETE_NONE)
2126
2127
def
invoke(self, args, from_tty):
2128
print_traceback_helper(full_info=False)
2129
2130
PyBacktrace()
2131
Callers
nothing calls this directly
Calls
1
print_traceback_helper
Function · 0.85
Tested by
no test coverage detected