Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isatty
Method
isatty
Lib/_pyio.py:1404–1405 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1402
self.reader.close()
1403
1404
def
isatty(self):
1405
return
self.reader.isatty() or self.writer.isatty()
1406
1407
@property
1408
def
closed(self):
Callers
nothing calls this directly
Calls
1
isatty
Method · 0.45
Tested by
no test coverage detected