MCPcopy Create free account
hub / github.com/dbcli/mycli / isatty

Method isatty

test/pytests/test_main_modes_batch.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.writes: list[str] = []
76
77 def isatty(self) -> bool:
78 return self.tty
79
80 def write(self, value: str) -> int:
81 self.writes.append(value)

Calls

no outgoing calls

Tested by

no test coverage detected