MCPcopy 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
35class 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_modalMethod · 0.85
test_init_nonmodalMethod · 0.85
test_okMethod · 0.85

Calls 1

FuncClass · 0.90

Tested by 3

test_init_modalMethod · 0.68
test_init_nonmodalMethod · 0.68
test_okMethod · 0.68