Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 | 9cc0116b5635 |
| children | fe3dfd687621 |
| files | configmix/config.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.
