Mercurial > hgrepos > Python > libs > ConfigMix
comparison docs/introduction.rst @ 721:a8bcb22341cd
Docs: FIX: Method name
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 16 Aug 2023 16:15:58 +0200 |
| parents | e692216f8756 |
| children | c17a4e30ebbf |
comparison
equal
deleted
inserted
replaced
| 720:6d9552eb7e4d | 721:a8bcb22341cd |
|---|---|
| 471 | 471 |
| 472 Variables are expanded *lately* at runtime -- exactly when calling | 472 Variables are expanded *lately* at runtime -- exactly when calling |
| 473 :py:meth:`.Configuration.getvar_s`, | 473 :py:meth:`.Configuration.getvar_s`, |
| 474 :py:meth:`.Configuration.getvarl_s`, | 474 :py:meth:`.Configuration.getvarl_s`, |
| 475 :py:meth:`.Configuration.substitute_variables_in_obj` or | 475 :py:meth:`.Configuration.substitute_variables_in_obj` or |
| 476 :py:meth:`.Configuration.expand_variable` | 476 :py:meth:`.Configuration.interpolate_variables` |
| 477 | 477 |
| 478 .. note:: Special characters within namespace, key and filter names | 478 .. note:: Special characters within namespace, key and filter names |
| 479 *must* be quoted (see :ref:`quoting`) when using variable | 479 *must* be quoted (see :ref:`quoting`) when using variable |
| 480 interpolation syntax. | 480 interpolation syntax. |
| 481 | 481 |
