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

Method prompt_for_undo

bpython/curtsiesfrontend/repl.py:1967–1970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1965 return self.take_back_empty_line()
1966
1967 def prompt_for_undo():
1968 n = super(BaseRepl, self).prompt_undo()
1969 if n > 0:
1970 self.request_undo(n=n)
1971
1972 greenlet.greenlet(prompt_for_undo).switch()
1973

Callers

nothing calls this directly

Calls 2

request_undoMethod · 0.95
prompt_undoMethod · 0.45

Tested by

no test coverage detected