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

Method yview

Lib/idlelib/idle_test/test_tree.py:39–40  ·  view source on GitHub ↗
(widget, *args)

Source from the content-addressed store, hash-verified

37 def __init__(widget, *expected):
38 widget.expected = expected
39 def yview(widget, *args):
40 self.assertTupleEqual(widget.expected, args)
41 # Fake event class
42 class _Event:
43 pass

Callers 11

jumptolineMethod · 0.45
toc_menuMethod · 0.45
wheel_eventFunction · 0.45
clear_key_seqMethod · 0.45
loadfileMethod · 0.45
handle_yviewMethod · 0.45
centerMethod · 0.45
setUpMethod · 0.45
test_jumptolineMethod · 0.45

Calls 1

assertTupleEqualMethod · 0.80

Tested by

no test coverage detected