changeset 463:6b94adc8929a

Enable documentation of some special methods (dunder) for jailed configurations
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 15 Dec 2021 09:24:05 +0100
parents 0a09a6acc824
children b6f2450c782c
files docs/apidoc.rst
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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`