HomeSort by relevance Sort by last modified time
    Searched defs:path_error (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_query.py 184 path_error = {} variable in class:HelpsourcePathokTest.Dummy_HelpSource
187 self.path_error['text'] = ''
189 self.path_error['text'] = message
198 self.assertIn('no help file', dialog.path_error['text'])
203 self.assertIn('not exist', dialog.path_error['text'])
212 self.assertEqual(dialog.path_error['text'], '')
221 self.assertEqual(dialog.path_error['text'], '')
230 path_error = {} variable in class:HelpsourceEntryokTest.Dummy_HelpSource
  /external/python/cpython3/Modules/
posixmodule.c 1365 path_error(path_t *path) function
    [all...]

Completed in 380 milliseconds