Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ isatty
Method
isatty
src/click/_compat.py:77–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
pass
76
77
def
isatty(self) -> bool:
78
# https://bitbucket.org/pypy/pypy/issue/1803
79
return
self._stream.isatty()
80
81
82
class
_FixupStream:
Callers
1
isatty
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected