Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/apidoc.rst @ 467:9fcdc42a0457
len-support for jailed configurations: implement a proper __len__() method
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 15 Dec 2021 22:59:05 +0100 |
| parents | 6b94adc8929a |
| children | 465bac57b97e |
line wrap: on
line diff
--- a/docs/apidoc.rst Wed Dec 15 09:34:16 2021 +0100 +++ b/docs/apidoc.rst Wed Dec 15 22:59:05 2021 +0100 @@ -33,7 +33,7 @@ .. autoclass:: _JailedConfiguration :members: :undoc-members: - :special-members: __getitem__, __getattr__, __bool__, __iter__ + :special-members: __getitem__, __getattr__, __len__, __bool__, __iter__ Module :mod:`configmix.constants`
