comparison configmix/variables.py @ 202:2e66178a09d8

Docu: Ban "keyword expansion" -- use "variable interpolation" instead "Variable interpolation" or "variable expansion" or "variable substitution" are the proper wordings.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 12:07:27 +0200
parents e2e8d21b4122
children b3b5ed34d180
comparison
equal deleted inserted replaced
201:24f4ab79a3ab 202:2e66178a09d8
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 #- 2 #-
3 # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved.
4 # :License: 3-clause BSD. See LICENSE.txt for details. 4 # :License: 3-clause BSD. See LICENSE.txt for details.
5 #- 5 #-
6 """Variable expansion: implementation of namespaces and filters 6 """Variable interpolation: implementation of namespaces and filters
7 7
8 """ 8 """
9 9
10 from __future__ import division, absolute_import, print_function 10 from __future__ import division, absolute_import, print_function
11 11