MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / isatty

Method isatty

tools/python-3.11.9-amd64/Lib/typing.py:3295–3296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3293
3294 @abstractmethod
3295 def isatty(self) -> bool:
3296 pass
3297
3298 @abstractmethod
3299 def read(self, n: int = -1) -> AnyStr:

Callers 2

getpagerFunction · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected