Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tcsetattr
Function
tcsetattr
Lib/_pyrepl/fancy_termios.py:62–63 ·
view source on GitHub ↗
(fd: int, when: int, attrs: TermState)
Source
from the content-addressed store, hash-verified
60
61
62
def
tcsetattr(fd: int, when: int, attrs: TermState) -> None:
63
termios.tcsetattr(fd, when, attrs.as_list())
64
65
66
class
Term(TermState):
Callers
4
spawn
Function · 0.85
setraw
Function · 0.85
setcbreak
Function · 0.85
__input_fd_set
Method · 0.85
Calls
1
as_list
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…