Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ VW
Class
VW
Lib/idlelib/idle_test/test_textview.py:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
class
VW(tv.ViewWindow):
# Used in ViewWindowTest.
36
transient = Func()
37
grab_set = Func()
38
wait_window = Func()
39
40
41
# Call wrapper class VW with mock wait_window.
Callers
3
test_init_modal
Method · 0.85
test_init_nonmodal
Method · 0.85
test_ok
Method · 0.85
Calls
1
Func
Class · 0.90
Tested by
3
test_init_modal
Method · 0.68
test_init_nonmodal
Method · 0.68
test_ok
Method · 0.68