Lines Matching refs:rawval
266 def __init__(self, option, section, rawval, reference): argument
269 "Raw value: {!r}".format(option, section, reference, rawval))
272 self.args = (option, section, rawval, reference)
286 def __init__(self, option, section, rawval): argument
291 rawval))
293 self.args = (option, section, rawval)
407 rawval = parser.get(section, option, raw=True, fallback=rest)
409 raise InterpolationDepthError(option, section, rawval)
434 option, section, rawval, var) from None
468 rawval = parser.get(section, option, raw=True, fallback=rest)
470 raise InterpolationDepthError(option, section, rawval)
507 option, section, rawval, ":".join(path)) from None
528 rawval = value
540 option, section, rawval, e.args[0]) from None
544 raise InterpolationDepthError(option, section, rawval)