Lines Matching defs:query
1 """Test query, coverage 93%.
10 HelpSource htests. These are run by running query.py.
12 from idlelib import query
29 entry_ok = query.Query.entry_ok
30 ok = query.Query.ok
31 cancel = query.Query.cancel
79 entry_ok = query.SectionName.entry_ok # Function being tested.
112 entry_ok = query.ModuleName.entry_ok # Function being tested.
148 entry_ok = query.Goto.entry_ok # Function being tested.
177 browse_file = query.HelpSource.browse_file
202 path_ok = query.HelpSource.path_ok
209 orig_platform = query.platform # Set in test_path_ok_file.
212 query.platform = cls.orig_platform
237 query.platform = platform
247 entry_ok = query.HelpSource.entry_ok
272 cli_args_ok = query.CustomRun.cli_args_ok
299 entry_ok = query.CustomRun.entry_ok
325 cls.dialog = query.Query(root, 'TEST', 'test', _utest=True)
370 dialog = query.SectionName(root, 'T', 't', {'abc'}, _utest=True)
388 dialog = query.ModuleName(root, 'T', 't', 'idlelib', _utest=True)
405 dialog = query.Goto(root, 'T', 't', _utest=True)
421 dialog = query.HelpSource(root, 'T', menuitem='__test__',
441 dialog = query.CustomRun(root, 'Title',