# HG changeset patch # User Franz Glasner # Date 1457603109 -3600 # Node ID a04fa81e10ae8659442bf6f9839bd2a021eb0476 # Parent 94b5e94fae440210a43d9be4ad07c713e45fd9c2 Doc diff -r 94b5e94fae44 -r a04fa81e10ae configmix/config.py --- a/configmix/config.py Thu Mar 10 10:42:55 2016 +0100 +++ b/configmix/config.py Thu Mar 10 10:45:09 2016 +0100 @@ -41,6 +41,14 @@ class Configuration(_AttributeDict): + """The configuration dictionary with attribute support or + variable substitution. + + .. note:: When retriving by attribute names variables will *not* + substituted. + + """ + def getvar(self, varname, default=_MARKER): """Get a variable of the form ``[[ns1.]ns2.]name`` - including variables from other namespaces.