Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/config.py @ 380:bb4a90fb58e0
Docu: "namespace" in getvarl() is a keyword argument
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 09 Nov 2021 21:58:05 +0100 |
| parents | 4d7ad20cb8f9 |
| children | fe3dfd687621 |
line wrap: on
line diff
--- a/configmix/config.py Sun Jul 11 22:47:20 2021 +0200 +++ b/configmix/config.py Tue Nov 09 21:58:05 2021 +0100 @@ -75,7 +75,7 @@ def getvarl(self, *names, **kwds): """Get a variable where the hierarchy is given in `names` as sequence - and the namespace is given in `namespace`. + and the namespace is given in the `namespace` keyword argument. No variable interpolation is done and no filters are applied.
