Searched refs:path_error (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_query.py | 205 self.path_error = {'text': ''} 207 self.path_error['text'] = message 217 self.assertIn('no help file', dialog.path_error['text']) 222 self.assertIn('not exist', dialog.path_error['text']) 231 self.assertEqual(dialog.path_error['text'], '') 240 self.assertEqual(dialog.path_error['text'], '') 249 path_error = {} variable in HelpsourceEntryokTest.Dummy_HelpSource
|
/third_party/python/Lib/idlelib/ |
H A D | query.py | 271 self.path_error = Label(frame, text=' ', foreground='red', 279 self.path_error.grid(column=0, row=12, columnspan=3, padx=5, 317 self.showerror('no help file path specified.', self.path_error) 324 self.path_error) 332 self.path_error['text'] = ''
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 1749 path_error(path_t *path) in path_error() function 2579 return path_error(path); in posix_do_stat() 3183 return path_error(path); in os_chdir_impl() 3288 return path_error(path); in os_chmod_impl() 3367 return path_error(path); in os_chmod_impl() 3436 path_error(path); in os_lchmod_impl() 3488 return path_error(path); in os_chflags_impl() 3520 return path_error(path); in os_lchflags_impl() 3545 return path_error(path); in os_chroot_impl() 3709 return path_error(pat in os_chown_impl() [all...] |
Completed in 14 milliseconds