MCPcopy Index your code
hub / github.com/bpython/bpython / request_refresh

Method request_refresh

bpython/curtsiesfrontend/repl.py:540–545  ·  view source on GitHub ↗

Request that the bpython display to be refreshed soon.

(self)

Source from the content-addressed store, hash-verified

538 # end methods that should be overridden in subclass
539
540 def request_refresh(self):
541 """Request that the bpython display to be refreshed soon."""
542 if self.reevaluating or self.paste_mode:
543 self.fake_refresh_requested = True
544 else:
545 self._request_refresh()
546
547 def request_reload(self, files_modified: Sequence[str] = ()) -> None:
548 """Request that a ReloadEvent be passed next into process_event"""

Callers 3

run_codeMethod · 0.80
notifyMethod · 0.80
_schedule_refreshMethod · 0.80

Calls 1

_request_refreshMethod · 0.95

Tested by

no test coverage detected