Lines Matching refs:rawval
177 def __init__(self, option, section, rawval, reference): argument
183 % (section, option, reference, rawval))
186 self.args = (option, section, rawval, reference)
195 def __init__(self, option, section, rawval): argument
200 % (section, option, rawval))
202 self.args = (option, section, rawval)
657 def _interpolate(self, section, option, rawval, vars): argument
659 value = rawval
669 option, section, rawval, e.args[0])
673 raise InterpolationDepthError(option, section, rawval)
688 def _interpolate(self, section, option, rawval, vars): argument
691 self._interpolate_some(option, L, rawval, section, vars, 1)