Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
52
def
tcgetattr(fd):
53
return
TermState(termios.tcgetattr(fd))
54
55
56
def
tcsetattr(fd, when, attrs):
Callers
5
__init__
Method · 0.90
prepare
Method · 0.70
spawn
Function · 0.50
setraw
Function · 0.50
setcbreak
Function · 0.50
Calls
1
TermState
Class · 0.85
Tested by
no test coverage detected