MCPcopy 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
60class 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

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected