Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ decode_interrupthook
Method
decode_interrupthook
Lib/idlelib/rpc.py:273–275 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
271
raise
SystemError(how, what)
272
273
def
decode_interrupthook(self):
274
""
275
raise
EOFError
276
277
def
mainloop(self):
278
""
"Listen on socket until I/O not ready or EOF
Callers
1
decoderesponse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected