Home
last modified time | relevance | path

Searched refs:BasicInterpolation (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dconfigparser.py376 class BasicInterpolation(Interpolation): class
1195 _DEFAULT_INTERPOLATION = BasicInterpolation()
/external/python/cpython3/Doc/library/
Dconfigparser.rst300 .. class:: BasicInterpolation()
320 ``BasicInterpolation()`` would resolve ``%(home_dir)s`` to the value of
559 >>> # the default BasicInterpolation could be used as well
644 * *interpolation*, default value: ``configparser.BasicInterpolation``
874 …lues=True, default_section=configparser.DEFAULTSECT, interpolation=BasicInterpolation(), converter…
/external/python/cpython3/Misc/
DHISTORY11392 default classic interpolation handler is called BasicInterpolation. Another