Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ restore
Method
restore
Lib/_pyrepl/fancy_termios.py:80–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
termios.tcsetattr(self.fd, when, self.as_list())
79
80
def
restore(self) -> None:
81
self.TS__init__(self.stack.pop())
82
self.set()
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
pop
Method · 0.45
Tested by
no test coverage detected