comparison configmix/config.py @ 400:727ec2fc8e7e

Docs
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Nov 2021 09:28:49 +0100
parents b45403d175a0
children 6a5aea02f3d0
comparison
equal deleted inserted replaced
399:b45403d175a0 400:727ec2fc8e7e
694 to the configuration sub-tree that is configured in `path`. 694 to the configuration sub-tree that is configured in `path`.
695 695
696 - Not all access-methods of :class:`Configuration` are implemented 696 - Not all access-methods of :class:`Configuration` are implemented
697 yet. 697 yet.
698 698
699 .. seealso:: :ref:`jailed-configuration`
700
699 .. note:: There is no namespace support. 701 .. note:: There is no namespace support.
700 702
701 .. note:: Do not call the constructor directly. Instantiate a jailed 703 .. note:: Do not call the constructor directly. Instantiate a jailed
702 configuration from the parent configuration's 704 configuration from the parent configuration's
703 :meth:`~.Configuration.jailed` factory method. 705 :meth:`~.Configuration.jailed` factory method.