Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ isatty
Method
isatty
tools/python-3.11.9-amd64/Lib/_pyio.py:1410–1411 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1408
self.reader.close()
1409
1410
def
isatty(self):
1411
return
self.reader.isatty() or self.writer.isatty()
1412
1413
@property
1414
def
closed(self):
Callers
nothing calls this directly
Calls
1
isatty
Method · 0.45
Tested by
no test coverage detected