MCPcopy Index your code
hub / github.com/RustPython/RustPython / isatty

Method isatty

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

Source from the content-addressed store, hash-verified

2241 return self.buffer.fileno()
2242
2243 def isatty(self):
2244 return self.buffer.isatty()
2245
2246 def write(self, s):
2247 'Write data, where s is a str'

Callers

nothing calls this directly

Calls 1

isattyMethod · 0.45

Tested by

no test coverage detected