Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1259
class
_FakeSys:
Callers
2
_stdin_is_interactive
Function · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected