Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ isatty
Method
isatty
src/werkzeug/debug/console.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
self._buffer: list[str] = []
24
25
def
isatty(self) -> bool:
26
return
False
27
28
def
close(self) -> None:
29
pass
Callers
1
ensure_echo_on
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected