Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/introduction.rst @ 158:ab6a48ff5235
FIX: Docu: Configuration.getvar() does **not** apply variable substitutions
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 21 Feb 2019 22:53:56 +0100 |
| parents | d44ee758e31b |
| children | 4643763b39ee |
line wrap: on
line diff
--- a/doc/introduction.rst Thu Feb 21 22:41:24 2019 +0100 +++ b/doc/introduction.rst Thu Feb 21 22:53:56 2019 +0100 @@ -281,7 +281,9 @@ introduced by a pipe symbol ``|``. Variables are expanded lately at runtime -- exactly when calling -:py:meth:`.Configuration.getvar_s` or :py:meth:`.Configuration.getvar`. +:py:meth:`.Configuration.getvar_s`, +:py:meth:`.Configuration.substitute_variables_in_obj` or +:py:meth:`.Configuration.expand_variable` Filter functions
