Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ isatty
Method
isatty
mypy/dmypy_util.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
pass
79
80
def
isatty(self) -> bool:
81
return
self._isatty
82
83
def
read(self, n: int = 0) -> str:
84
raise
io.UnsupportedOperation
Callers
3
serve
Method · 0.80
__init__
Method · 0.80
request
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected