Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
56
def
tcsetattr(fd, when, attrs):
57
termios.tcsetattr(fd, when, attrs.as_list())
58
59
60
class
Term(TermState):
Callers
5
prepare
Method · 0.70
restore
Method · 0.70
spawn
Function · 0.50
setraw
Function · 0.50
setcbreak
Function · 0.50
Calls
1
as_list
Method · 0.80
Tested by
no test coverage detected