MCPcopy Index your code
hub / github.com/python/cpython / isatty

Method isatty

Lib/_pyio.py:2267–2268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2265 return self.buffer.fileno()
2266
2267 def isatty(self):
2268 return self.buffer.isatty()
2269
2270 def write(self, s):
2271 'Write data, where s is a str'

Callers

nothing calls this directly

Calls 1

isattyMethod · 0.45

Tested by

no test coverage detected