Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/spec-kit
/ _stdin_is_interactive
Function
_stdin_is_interactive
src/specify_cli/commands/init.py:29–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
29
def
_stdin_is_interactive() -> bool:
30
return
sys.stdin.isatty()
31
32
33
def
ensure_constitution_from_template(
Callers
1
init
Function · 0.85
Calls
1
isatty
Method · 0.80
Tested by
no test coverage detected