Home
last modified time | relevance | path

Searched refs:ExtendedInterpolation (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Doc/library/
Dconfigparser.rst332 .. class:: ExtendedInterpolation()
557 >>> from configparser import ConfigParser, ExtendedInterpolation
558 >>> parser = ConfigParser(interpolation=ExtendedInterpolation())
648 interpolation completely, ``ExtendedInterpolation()`` provides a more
904 interpolation completely, ``ExtendedInterpolation()`` provides a more
/external/python/cpython3/Lib/test/
Dtest_configparser.py1161 interpolation = configparser.ExtendedInterpolation()
1900 interpolation=configparser.ExtendedInterpolation())
/external/python/cpython3/Lib/
Dconfigparser.py448 class ExtendedInterpolation(Interpolation): class
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2173 handler :class:`~configparser.ExtendedInterpolation`::
2175 >>> parser = ConfigParser(interpolation=ExtendedInterpolation())
/external/python/cpython3/Misc/
DHISTORY9731 - Issue #11858: configparser.ExtendedInterpolation expected lower-case section
11393 interpolation handler added (ExtendedInterpolation) which supports the syntax