Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
jumptoline
Method · 0.45
toc_menu
Method · 0.45
wheel_event
Function · 0.45
clear_key_seq
Method · 0.45
loadfile
Method · 0.45
handle_yview
Method · 0.45
center
Method · 0.45
setUp
Method · 0.45
test_toggle_code_context_event
Method · 0.45
test_update_code_context
Method · 0.45
test_jumptoline
Method · 0.45
Calls
1
assertTupleEqual
Method · 0.80
Tested by
no test coverage detected