diff docs/apidoc.rst @ 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 88239f28415c
children 9fcdc42a0457
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`