MCPcopy Create free account
hub / github.com/bpython/bpython / request_reload

Method request_reload

bpython/curtsiesfrontend/repl.py:547–550  ·  view source on GitHub ↗

Request that a ReloadEvent be passed next into process_event

(self, files_modified: Sequence[str] = ())

Source from the content-addressed store, hash-verified

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"""
549 if self.watching_files:
550 self._request_reload(files_modified)
551
552 def schedule_refresh(self, when: float = 0) -> None:
553 """Schedule a ScheduledRefreshRequestEvent for when.

Callers

nothing calls this directly

Calls 1

_request_reloadMethod · 0.95

Tested by

no test coverage detected