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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 99 "InterpolationError", "InterpolationDepthError",
165 class InterpolationError(Error):
174 class InterpolationMissingOptionError(InterpolationError):
184 InterpolationError.__init__(self, option, section, msg)
188 class InterpolationSyntaxError(InterpolationError):
192 class InterpolationDepthError(InterpolationError):
201 InterpolationError.__init__(self, option, section, msg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 99 "InterpolationError", "InterpolationDepthError",
165 class InterpolationError(Error):
174 class InterpolationMissingOptionError(InterpolationError):
184 InterpolationError.__init__(self, option, section, msg)
188 class InterpolationSyntaxError(InterpolationError):
192 class InterpolationDepthError(InterpolationError):
201 InterpolationError.__init__(self, option, section, msg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 380 e = self.get_error(ConfigParser.InterpolationError,
651 e1 = ConfigParser.InterpolationError('option', 'section', 'msg')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 380 e = self.get_error(ConfigParser.InterpolationError,
651 e1 = ConfigParser.InterpolationError('option', 'section', 'msg')

Completed in 1738 milliseconds