Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/variables.py @ 522:6b3da9e5acc6
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Dec 2021 18:53:32 +0100 |
| parents | d2751a80d9b7 |
| children | f454889e41fa |
line wrap: on
line diff
--- a/configmix/variables.py Sun Dec 19 18:51:27 2021 +0100 +++ b/configmix/variables.py Sun Dec 19 18:53:32 2021 +0100 @@ -249,7 +249,7 @@ """Identity. The `None` filter is just a marker to not throw :exc:`KeyError` - but return `None`. + but return `None`. It is a no-op within the filter-chain itself. """ return v @@ -260,7 +260,7 @@ """Identity. The `Empty` filter is just a marker to not throw :exc:`KeyError` - but return the empty string. + but return the empty string. It is a no-op within the filter-chain itself. """ return v
