Home
last modified time | relevance | path

Searched refs:_utest (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dtextview.py91 *, _htest=False, _utest=False): argument
122 if not _utest:
132 def view_text(parent, title, text, modal=True, wrap='word', _utest=False): argument
143 return ViewWindow(parent, title, text, modal, wrap=wrap, _utest=_utest)
147 _utest=False): argument
166 _utest=_utest)
Dquery.py37 _htest=False, _utest=False): argument
82 if not _utest:
155 *, _htest=False, _utest=False): argument
157 _htest=_htest, _utest=_utest)
180 *, _htest=False, _utest=False): argument
182 _htest=_htest, _utest=_utest)
217 used_names={}, _htest=False, _utest=False): argument
227 used_names=used_names, _htest=_htest, _utest=_utest)
Dhelp_about.py26 def __init__(self, parent, title=None, *, _htest=False, _utest=False): argument
54 self._utest = _utest
56 if not _utest:
183 self, title, text, _utest=self._utest)
194 self, title, fn, encoding, _utest=self._utest)
Dbrowser.py64 def __init__(self, master, path, *, _htest=False, _utest=False): argument
85 self._utest = _utest
97 flist = (pyshell.flist if not (self._htest or self._utest)
120 if not self._utest:
Dpathbrowser.py11 def __init__(self, master, *, _htest=False, _utest=False): argument
17 self._utest = _utest
Dconfig_key.py49 *, _htest=False, _utest=False): argument
92 if not _utest:
Dconfig.py163 def __init__(self, _utest=False): argument
169 if not _utest:
Dconfigdialog.py45 def __init__(self, parent, title='', *, _htest=False, _utest=False): argument
64 if not _utest:
88 if not _utest:
DNEWS.txt291 bpo-31649: Make _htest and _utest parameters keyword-only.
528 bpo-30303: Add _utest option to textview; add new tests.
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_help_about.py29 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 Dummy_about_dialog
Dtest_config.py200 conf = config.IdleConf(_utest=True)
217 def new_config(self, _utest=False): argument
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)
Dtest_config_key.py38 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)
Dtest_query.py254 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)
Dtest_textview.py152 self.view = tv.view_text(root, 'TITLE_TEXT', 'COMMAND', _utest=True)
166 encoding='ascii', _utest=True)
Dtest_pathbrowser.py25 cls.pb = pathbrowser.PathBrowser(cls.root, _utest=True)
Dtest_browser.py24 cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True)
DREADME.txt213 if not _utest:
Dtest_configdialog.py38 dialog = configdialog.ConfigDialog(root, 'Test', _utest=True)
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_configdialog.py28 d = ConfigDialog(self.root, 'Test', _utest=True)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst612 IDLE - Make _htest, _utest parameters keyword only.
D3.6.2rc1.rst793 Add _utest option to textview; add new tests. Increase coverage to 100%.
D3.6.4rc1.rst1050 IDLE - Make _htest, _utest parameters keyword only.
D3.7.0a1.rst6198 Add _utest option to textview; add new tests. Increase coverage to 100%.
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py26 def __init__(self, parent, title='', _htest=False, _utest=False): argument
75 if not _utest: