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

Method isatty

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

Source from the content-addressed store, hash-verified

866 return self.raw.fileno()
867
868 def isatty(self):
869 return self.raw.isatty()
870
871
872class BytesIO(BufferedIOBase):

Callers

nothing calls this directly

Calls 1

isattyMethod · 0.45

Tested by

no test coverage detected