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

Function tcgetattr

Lib/_pyrepl/fancy_termios.py:52–53  ·  view source on GitHub ↗
(fd)

Source from the content-addressed store, hash-verified

50
51
52def tcgetattr(fd):
53 return TermState(termios.tcgetattr(fd))
54
55
56def tcsetattr(fd, when, attrs):

Callers 5

__init__Method · 0.90
prepareMethod · 0.70
spawnFunction · 0.50
setrawFunction · 0.50
setcbreakFunction · 0.50

Calls 1

TermStateClass · 0.85

Tested by

no test coverage detected