# HG changeset patch # User Franz Glasner # Date 1639556645 -3600 # Node ID 6b94adc8929ae98c6bab1431408528a2c7c0ebab # Parent 0a09a6acc8248ab8c3acc9dea0c699fed781456a Enable documentation of some special methods (dunder) for jailed configurations diff -r 0a09a6acc824 -r 6b94adc8929a docs/apidoc.rst --- a/docs/apidoc.rst Wed Dec 15 09:21:39 2021 +0100 +++ b/docs/apidoc.rst Wed Dec 15 09:24:05 2021 +0100 @@ -33,6 +33,7 @@ .. autoclass:: _JailedConfiguration :members: :undoc-members: + :special-members: __getitem__, __getattr__, __bool__, __iter__ Module :mod:`configmix.constants`