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

Method interrupting_refresh

bpython/curtsies.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return self._request_reload_callback(files_modified=files_modified)
105
106 def interrupting_refresh(self) -> None:
107 return self._interrupting_refresh_callback()
108
109 def request_undo(self, n: int = 1) -> None:
110 return self._request_undo_callback(n=n)

Callers 1

after_suspendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected