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

  /external/python/cpython2/Lib/idlelib/
PathBrowser.py 12 def __init__(self, flist, _htest=False):
14 _htest - bool, change box location when running htest
16 self._htest = _htest
97 PathBrowser(flist, _htest=True)
ClassBrowser.py 27 def __init__(self, flist, name, path, _htest=False):
31 _htest - bool, change box when location running htest.
34 if not _htest:
38 self._htest = _htest
53 if self._htest: # place dialog below parent if running htest
232 ClassBrowser(flist, name, [dir], _htest=True)
configSectionNameDialog.py 10 def __init__(self, parent, title, message, used_names, _htest=False):
14 _htest - bool, change box location when running htest
37 if not _htest else 100)
textView.py 12 def __init__(self, parent, title, text, modal=True, _htest=False):
19 _htest - bool; change box location when running htest.
26 parent.winfo_rooty() + (10 if not _htest else 100)))
aboutDialog.py 13 def __init__(self, parent, title, _htest=False):
15 _htest - bool, change box location when running htest
22 parent.winfo_rooty()+(30 if not _htest else 100)))
configHelpSourceEdit.py 11 def __init__(self, parent, title, menuItem='', filePath='', _htest=False):
18 _htest - bool, change box location when running htest
42 if not _htest else 150)))
keybindingDialog.py 10 def __init__(self,parent,title,action,currentKeySequences,_htest=False):
16 _htest - bool, change box location when running htest
48 if not _htest else 150)
configDialog.py 26 def __init__(self, parent, title='', _htest=False, _utest=False):
28 _htest - bool, change box location when running htest
33 if _htest:
41 parent.winfo_rooty() + (30 if not _htest else 150)))
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 75 '_htest': True,
109 '_htest': True,},
144 '_htest': True},
154 '_htest': True},
169 '_htest': True,
301 '_htest': True},

Completed in 1818 milliseconds