MCPcopy Index your code
hub / github.com/RustPython/RustPython / tcsetattr

Function tcsetattr

Lib/_pyrepl/fancy_termios.py:56–57  ·  view source on GitHub ↗
(fd, when, attrs)

Source from the content-addressed store, hash-verified

54
55
56def tcsetattr(fd, when, attrs):
57 termios.tcsetattr(fd, when, attrs.as_list())
58
59
60class Term(TermState):

Callers 5

prepareMethod · 0.70
restoreMethod · 0.70
spawnFunction · 0.50
setrawFunction · 0.50
setcbreakFunction · 0.50

Calls 1

as_listMethod · 0.80

Tested by

no test coverage detected