MCPcopy 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

serveMethod · 0.80
__init__Method · 0.80
requestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected