Home
last modified time | relevance | path

Searched refs:ViewWindow (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dtextview.py105 class ViewWindow(Toplevel): class
161 return ViewWindow(parent, title, contents, modal, wrap=wrap, _utest=_utest)
193 run(ViewWindow)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_textview.py3 Since all methods and functions create (or destroy) a ViewWindow, which
30 # If we call ViewWindow or wrapper functions with defaults
35 class VW(tv.ViewWindow): # Used in ViewWindowTest.
144 # Call ViewWindow with modal=False.
159 self.assertIsInstance(view, tv.ViewWindow)
165 self.assertIsInstance(view, tv.ViewWindow)
190 # Call ViewWindow with _utest=True.

Completed in 1 milliseconds