MCPcopy 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

setMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected