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

Method yscroll_event

Lib/idlelib/sidebar.py:358–360  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

356 self.prev_end = end
357
358 def yscroll_event(self, *args, **kwargs):
359 self.sidebar_text.yview_moveto(args[0])
360 return 'break'
361
362
363class WrappedLineHeightChangeDelegator(Delegator):

Callers

nothing calls this directly

Calls 1

yview_movetoMethod · 0.80

Tested by

no test coverage detected