Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ refresh
Method
refresh
Lib/test/test_pyrepl/support.py:134–135 ·
view source on GitHub ↗
(self, screen: list[str], xy: tuple[int, int])
Source
from the content-addressed store, hash-verified
132
return
self.height, self.width
133
134
def
refresh(self, screen: list[str], xy: tuple[int, int]) -> None:
135
pass
136
137
def
prepare(self) -> None:
138
pass
Callers
5
test_refresh_control
Method · 0.45
test_output_character
Method · 0.45
test_refresh
Method · 0.45
test_textpad
Function · 0.45
test_keyboard_interrupt_clears_screen
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_refresh_control
Method · 0.36
test_output_character
Method · 0.36
test_refresh
Method · 0.36
test_textpad
Function · 0.36
test_keyboard_interrupt_clears_screen
Method · 0.36