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

Method operate_and_get_next

bpython/curtsiesfrontend/repl.py:1042–1045  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1040 pass
1041
1042 def operate_and_get_next(self):
1043 # If we have not navigated back in history
1044 # ctrl+o will have the same effect as enter
1045 self.on_enter(reset_rl_history=False)
1046
1047 def up_one_line(self):
1048 self.rl_history.enter(self.current_line)

Callers 1

process_key_eventMethod · 0.95

Calls 1

on_enterMethod · 0.95

Tested by

no test coverage detected