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

Method isatty

tools/python-3.11.9-amd64/Lib/_pyio.py:530–536  ·  view source on GitHub ↗

Return a bool indicating whether this is an 'interactive' stream. Return False if it can't be determined.

(self)

Source from the content-addressed store, hash-verified

528 self._unsupported("fileno")
529
530 def isatty(self):
531 """Return a bool indicating whether this is an 'interactive' stream.
532
533 Return False if it can't be determined.
534 """
535 self._checkClosed()
536 return False
537
538 ### Readline[s] and writelines ###
539

Callers 4

isattyMethod · 0.45
isattyMethod · 0.45
isattyMethod · 0.45
isattyMethod · 0.45

Calls 1

_checkClosedMethod · 0.95

Tested by

no test coverage detected