Lines Matching refs:interpolation
62 interpolation. This means values can contain format strings which refer to
97 support the magical interpolation behavior.
115 interpolation feature and adds optional arguments to the :meth:`get` and
117 ``%()s`` string interpolation. Note that *__name__* is an intrinsic default;
121 All option names used in interpolation will be passed through the
139 the magical interpolation feature. This implementation is more predictable as
179 interpolation.
184 Exception raised when string interpolation cannot be completed because the
217 The maximum depth for recursive interpolation for :meth:`get` when the *raw*
343 interpolation and output to files) can only be achieved using string values.
408 *raw* argument is true. Values for interpolation keys are looked up in the
483 To get interpolation, you will need to use a :class:`~ConfigParser.ConfigParser` or
496 # precedence in interpolation.
501 interpolation if an option used is not defined elsewhere. ::