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

Method request_undo

bpython/curtsiesfrontend/repl.py:521–523  ·  view source on GitHub ↗

Like request_refresh, but for undo request events.

(self, n=1)

Source from the content-addressed store, hash-verified

519 raise NotImplementedError
520
521 def request_undo(self, n=1):
522 """Like request_refresh, but for undo request events."""
523 raise NotImplementedError
524
525 def on_suspend(self):
526 """Will be called on sigtstp.

Callers 1

prompt_for_undoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected