MCPcopy
hub / github.com/github/spec-kit / isatty

Method isatty

tests/test_workflows.py:1255–1256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1253 self._tty = tty
1254
1255 def isatty(self) -> bool:
1256 return self._tty
1257
1258
1259class _FakeSys:

Callers 2

_stdin_is_interactiveFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected