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

  /external/python/cpython3/Lib/idlelib/
textview.py 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)
    [all...]
query.py 37 _htest=False, _utest=False):
41 unless _utest=True is passed to suppress wait_window().
48 _utest - bool, leave window hidden and not modal
82 if not _utest:
155 *, _htest=False, _utest=False):
157 _htest=_htest, _utest=_utest)
180 *, _htest=False, _utest=False):
182 _htest=_htest, _utest=_utest)
    [all...]
help_about.py 26 def __init__(self, parent, title=None, *, _htest=False, _utest=False):
32 _utest - bool, don't wait_window when running unittest
54 self._utest = _utest
56 if not _utest:
183 self, title, text, _utest=self._utest)
194 self, title, fn, encoding, _utest=self._utest)
browser.py 64 def __init__(self, master, path, *, _htest=False, _utest=False):
85 self._utest = _utest
97 flist = (pyshell.flist if not (self._htest or self._utest)
120 if not self._utest:
pathbrowser.py 11 def __init__(self, master, *, _htest=False, _utest=False):
17 self._utest = _utest
config_key.py 49 *, _htest=False, _utest=False):
58 _utest - bool, do not wait when running unittest
92 if not _utest:
config.py 163 def __init__(self, _utest=False):
169 if not _utest:
    [all...]
configdialog.py 45 def __init__(self, parent, title='', *, _htest=False, _utest=False):
52 _utest - bool, don't wait_window when running unittest
64 if not _utest:
88 if not _utest:
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_configdialog.py 28 d = ConfigDialog(self.root, 'Test', _utest=True)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_help_about.py 29 cls.dialog = About(cls.root, 'About IDLE', _utest=True)
97 cls.dialog = About(cls.root, _utest=True)
121 cls.dialog = About(cls.root, 'About IDLE', _utest=True)
144 _utest = True variable in class:Dummy_about_dialog
test_config.py 200 conf = config.IdleConf(_utest=True)
217 def new_config(self, _utest=False):
218 return config.IdleConf(_utest=_utest)
225 conf = config.IdleConf(_utest=True)
237 conf = self.new_config(_utest=True)
260 conf = self.new_config(_utest=True)
281 conf = self.new_config(_utest=True)
308 conf = self.new_config(_utest=True)
417 conf = self.new_config(_utest=True
    [all...]
test_config_key.py 38 cls.root, 'Title', '<<Test>>', keylist, _utest=True)
114 cls.dialog = gkd(cls.root, 'Title', '<<Test>>', [], _utest=True)
182 cls.dialog = cls.Basic(cls.root, 'Title', '<<Test>>', [], _utest=True)
251 cls.dialog = gkd(cls.root, 'Title', '<<Test>>', [], _utest=True)
test_query.py 254 cls.dialog = query.Query(root, 'TEST', 'test', _utest=True)
299 dialog = query.SectionName(root, 'T', 't', {'abc'}, _utest=True)
319 dialog = query.ModuleName(root, 'T', 't', 'idlelib', _utest=True)
339 filepath=__file__, _utest=True)
test_textview.py 31 # modal=True, _utest=False, test hangs on call to wait_window.
138 # Call ViewWindow with _utest=True.
152 self.view = tv.view_text(root, 'TITLE_TEXT', 'COMMAND', _utest=True)
166 encoding='ascii', _utest=True)
test_pathbrowser.py 25 cls.pb = pathbrowser.PathBrowser(cls.root, _utest=True)
test_browser.py 24 cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True)
test_configdialog.py 38 dialog = configdialog.ConfigDialog(root, 'Test', _utest=True)
    [all...]
  /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 750 milliseconds