MCPcopy Index your code
hub / github.com/python/cpython / isatty

Method isatty

Lib/typing.py:3587–3588  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3585
3586 @abstractmethod
3587 def isatty(self) -> bool:
3588 pass
3589
3590 @abstractmethod
3591 def read(self, n: int = -1) -> AnyStr:

Callers 7

constructorMethod · 0.45
constructorMethod · 0.45
can_colorizeFunction · 0.45
mainFunction · 0.45
can_colorizeFunction · 0.45
benchmarkFunction · 0.45
simple_parser_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected