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

Method page_down

Lib/idlelib/tree.py:479–481  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

477 self.canvas.yview_scroll(-1, "page")
478 return "break"
479 def page_down(self, event):
480 self.canvas.yview_scroll(1, "page")
481 return "break"
482 def unit_up(self, event):
483 self.canvas.yview_scroll(-1, "unit")
484 return "break"

Callers

nothing calls this directly

Calls 1

yview_scrollMethod · 0.80

Tested by

no test coverage detected