MCPcopy Index your code
hub / github.com/python/cpython / history_next

Method history_next

Lib/idlelib/history.py:31–34  ·  view source on GitHub ↗

Fetch later statement; start with earliest if cyclic.

(self, event)

Source from the content-addressed store, hash-verified

29 text.bind("<<history-next>>", self.history_next)
30
31 def history_next(self, event):
32 "Fetch later statement; start with earliest if cyclic."
33 self.fetch(reverse=False)
34 return "break"
35
36 def history_prev(self, event):
37 "Fetch earlier statement; start with most recent."

Callers 1

Calls 1

fetchMethod · 0.95

Tested by 1