Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ raw_terminal
Function
raw_terminal
src/click/_termui_impl.py:857–858 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
855
856
@contextlib.contextmanager
857
def
raw_terminal() -> cabc.Iterator[int]:
858
yield
-1
859
860
def
getchar(echo: bool) -> str:
861
# The function `getch` will return a bytes object corresponding to
Callers
1
getchar
Function · 0.70
Calls
5
isatty
Function · 0.85
open
Function · 0.85
fileno
Method · 0.80
flush
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected