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

Method unit_down

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

Source from the content-addressed store, hash-verified

483 self.canvas.yview_scroll(-1, "unit")
484 return "break"
485 def unit_down(self, event):
486 self.canvas.yview_scroll(1, "unit")
487 return "break"
488 def zoom_height(self, event):
489 zoomheight.zoom_height(self.master)
490 return "break"

Callers

nothing calls this directly

Calls 1

yview_scrollMethod · 0.80

Tested by

no test coverage detected