MCPcopy
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

getcharFunction · 0.70

Calls 5

isattyFunction · 0.85
openFunction · 0.85
filenoMethod · 0.80
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected