comparison docs/introduction.rst @ 308:dc4280451e0c

Wording in docu
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 27 Apr 2021 09:29:43 +0200
parents 1c54c52fbad7
children 21fa4b4bfdaa
comparison
equal deleted inserted replaced
307:1c54c52fbad7 308:dc4280451e0c
218 ``get this as `tree1.tree2.key4'``. 218 ``get this as `tree1.tree2.key4'``.
219 219
220 This is true for both methods :py:meth:`.Configuration.getvar` and 220 This is true for both methods :py:meth:`.Configuration.getvar` and
221 :py:meth:`.Configuration.getvar_s`. 221 :py:meth:`.Configuration.getvar_s`.
222 222
223 Both methods also perform :ref:`variable-interpolation` and handle 223 Both methods also perform direct :ref:`variable-interpolation` and handle
224 :ref:`variable-namespaces`. Filtering is not supported. So -- the 224 :ref:`variable-namespaces`. Filtering is not supported. So -- the
225 variable name arguments of :py:meth:`.Configuration.getvar` and 225 variable name arguments of :py:meth:`.Configuration.getvar` and
226 :py:meth:`.Configuration.getvar_s` are of the form 226 :py:meth:`.Configuration.getvar_s` are of the form
227 ``[namespace:]variable``. 227 ``[namespace:]variable``.
228 228