Home | History | Annotate | Download | only in idlelib

Lines Matching refs:_utest

91                  *, _htest=False, _utest=False):
102 _utest - bool; don't wait_window when running unittest.
122 if not _utest:
132 def view_text(parent, title, text, modal=True, wrap='word', _utest=False):
141 _utest - bool; controls wait_window on unittest
143 return ViewWindow(parent, title, text, modal, wrap=wrap, _utest=_utest)
147 _utest=False):
166 _utest=_utest)