MCPcopy 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
29def _stdin_is_interactive() -> bool:
30 return sys.stdin.isatty()
31
32
33def ensure_constitution_from_template(

Callers 1

initFunction · 0.85

Calls 1

isattyMethod · 0.80

Tested by

no test coverage detected