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:2208–2209 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2206
return
self.buffer.fileno()
2207
2208
def
isatty(self):
2209
return
self.buffer.isatty()
2210
2211
def
write(self, s):
2212
'Write data, where s is a str'
Callers
nothing calls this directly
Calls
1
isatty
Method · 0.45
Tested by
no test coverage detected