MCPcopy Index your code
hub / github.com/RustPython/RustPython / isatty

Method isatty

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

Source from the content-addressed store, hash-verified

3534
3535 @abstractmethod
3536 def isatty(self) -> bool:
3537 pass
3538
3539 @abstractmethod
3540 def read(self, n: int = -1) -> AnyStr:

Callers 4

can_colorizeFunction · 0.45
mainFunction · 0.45
stdlib_io.pyFile · 0.45
stdlib_os.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected