Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c3732731228538f6126cae930c10ad71 > files > 116

python-pyro4-4.21-3.mga4.noarch.rpm

``Pyro4.config`` --- Configuration items
========================================

Pyro's configuration is available in the ``Pyro4.config`` object.
Detailed information about the API of this object is available in the :doc:`/config` chapter.

.. note:: creation of the ``Pyro4.config`` object

  This object is constructed when you import Pyro4.
  It is an instance of the :class:`Pyro4.configuration.Configuration` class.
  The package initializer code creates it and the initial configuration is
  determined (from defaults and environment variable settings).
  It is then assigned to ``Pyro4.config``.