Searched refs:ExtendedInterpolation (Results 1 – 5 of 5) sorted by relevance
332 .. class:: ExtendedInterpolation()557 >>> from configparser import ConfigParser, ExtendedInterpolation558 >>> parser = ConfigParser(interpolation=ExtendedInterpolation())648 interpolation completely, ``ExtendedInterpolation()`` provides a more904 interpolation completely, ``ExtendedInterpolation()`` provides a more
1161 interpolation = configparser.ExtendedInterpolation()1900 interpolation=configparser.ExtendedInterpolation())
448 class ExtendedInterpolation(Interpolation): class
2173 handler :class:`~configparser.ExtendedInterpolation`::2175 >>> parser = ConfigParser(interpolation=ExtendedInterpolation())
9731 - Issue #11858: configparser.ExtendedInterpolation expected lower-case section11393 interpolation handler added (ExtendedInterpolation) which supports the syntax