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

Method isatty

bpython/curtsiesfrontend/repl.py:211–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 return iter(self.readlines())
210
211 def isatty(self) -> bool:
212 return True
213
214 def flush(self) -> None:
215 """Flush the internal buffer. This is a no-op. Flushing stdin

Callers 1

parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected