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:2114–2115 ·
view source on GitHub ↗
(self, args, from_tty)
Source
from the content-addressed store, hash-verified
2112
2113
2114
def
invoke(self, args, from_tty):
2115
print_traceback_helper(full_info=True)
2116
2117
PyBacktraceFull()
2118
Callers
nothing calls this directly
Calls
1
print_traceback_helper
Function · 0.85
Tested by
no test coverage detected