Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/_pyrepl/unix_console.py:61–62 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
59
60
class
InvalidTerminal(RuntimeError):
61
def
__init__(self, message: str) -> None:
62
super().__init__(errno.EIO, message)
63
64
65
_error = (termios.error, InvalidTerminal)
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected