HomeSort by relevance Sort by last modified time
    Searched refs:_utest (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_configdialog.py 28 d = ConfigDialog(self.root, 'Test', _utest=True)
  /external/python/cpython2/Lib/idlelib/
configDialog.py 26 def __init__(self, parent, title='', _htest=False, _utest=False):
29 _utest - bool, don't wait_window when running unittest
75 if not _utest:
    [all...]

Completed in 97 milliseconds