Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
58
def
tcgetattr(fd: int) -> TermState:
Callers
6
update_cache
Method · 0.45
do
Method · 0.45
refresh
Method · 0.45
prepare
Method · 0.45
pipe_pager
Function · 0.45
__post_init__
Method · 0.45
Calls
2
as_list
Method · 0.95
__class__
Method · 0.45
Tested by
no test coverage detected