Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/_pyrepl/_threading_handler.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.add(tb)
67
68
def
__call__(self) -> int:
69
return
self.show()
70
71
72
handler = ExceptHookHandler()
Callers
nothing calls this directly
Calls
1
show
Method · 0.95
Tested by
no test coverage detected