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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError

Completed in 175 milliseconds