Searched refs:HelpSource (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_query.py | 157 browse_file = query.HelpSource.browse_file 182 path_ok = query.HelpSource.path_ok 228 entry_ok = query.HelpSource.entry_ok 339 dialog = query.HelpSource(root, 'T', menuitem='__test__',
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 209 class HelpSource(Query): class 308 run(Query, HelpSource)
|
D | configdialog.py | 22 from idlelib.query import SectionName, HelpSource 962 helpSource = HelpSource(self, 'New Help Source', 973 newHelpSource = HelpSource(
|
D | NEWS.txt | 60 Module had subclasses SectionName, ModuleName, and HelpSource, which are
|
/external/python/cpython3/Misc/ |
D | NEWS | 1837 Module had subclasses SectionName, ModuleName, and HelpSource, which are
|