Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/config.py @ 722:ea1a6beadc6c
Docs
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 16 Aug 2023 16:28:42 +0200 |
| parents | 1832c5d1bd00 |
| children | c17a4e30ebbf |
comparison
equal
deleted
inserted
replaced
| 721:a8bcb22341cd | 722:ea1a6beadc6c |
|---|---|
| 829 | 829 |
| 830 def _py_getvar_s_with_cache_info(self, varname): | 830 def _py_getvar_s_with_cache_info(self, varname): |
| 831 """Internal variant of :meth:`~.getvar_s` that returns some information | 831 """Internal variant of :meth:`~.getvar_s` that returns some information |
| 832 whether caching of interpolated values is allowed | 832 whether caching of interpolated values is allowed |
| 833 | 833 |
| 834 Caching is currently not allowed when namespaces are used. | 834 Caching is currently not allowed when namespaces are used -- |
| 835 as their implementations may not be deeterministic (or | |
| 836 ``immutable`` in the sense of PostgreSQL). | |
| 835 | 837 |
| 836 Currently used by :meth:`~.interpolate_variables`. | 838 Currently used by :meth:`~.interpolate_variables`. |
| 837 | 839 |
| 838 """ | 840 """ |
| 839 varns, varname = _split_ns(varname) | 841 varns, varname = _split_ns(varname) |
