File: config.rst

package info (click to toggle)
pyro4 4.82-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,528 kB
  • sloc: python: 17,736; makefile: 169; sh: 113; javascript: 62
file content (14 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
``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``.