MCPcopy Index your code
hub / github.com/python/cpython / copy

Method copy

Lib/_pyrepl/fancy_termios.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 ]
53
54 def copy(self) -> "TermState":
55 return self.__class__(self.as_list())
56
57
58def tcgetattr(fd: int) -> TermState:

Callers 6

update_cacheMethod · 0.45
doMethod · 0.45
refreshMethod · 0.45
prepareMethod · 0.45
pipe_pagerFunction · 0.45
__post_init__Method · 0.45

Calls 2

as_listMethod · 0.95
__class__Method · 0.45

Tested by

no test coverage detected