MCPcopy 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_controlMethod · 0.45
test_output_characterMethod · 0.45
test_refreshMethod · 0.45
test_textpadFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_refresh_controlMethod · 0.36
test_output_characterMethod · 0.36
test_refreshMethod · 0.36
test_textpadFunction · 0.36