MCPcopy Index your code
hub / github.com/RustPython/RustPython / copy

Method copy

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

Source from the content-addressed store, hash-verified

46 ]
47
48 def copy(self):
49 return self.__class__(self.as_list())
50
51
52def tcgetattr(fd):

Callers 5

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

Calls 2

as_listMethod · 0.95
__class__Method · 0.45

Tested by

no test coverage detected