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

Method unit_up

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

Source from the content-addressed store, hash-verified

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"
485 def unit_down(self, event):
486 self.canvas.yview_scroll(1, "unit")
487 return "break"

Callers

nothing calls this directly

Calls 1

yview_scrollMethod · 0.80

Tested by

no test coverage detected