MCPcopy 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
62def tcsetattr(fd: int, when: int, attrs: TermState) -> None:
63 termios.tcsetattr(fd, when, attrs.as_list())
64
65
66class Term(TermState):

Callers 4

spawnFunction · 0.85
setrawFunction · 0.85
setcbreakFunction · 0.85
__input_fd_setMethod · 0.85

Calls 1

as_listMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…