Home
last modified time | relevance | path

Searched refs:dictConfigClass (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dlogging.config.rst60 has a callable attribute :attr:`dictConfigClass`
62 You can replace the value of :attr:`dictConfigClass` with a
65 :func:`dictConfig` calls :attr:`dictConfigClass` passing
70 dictConfigClass(config).configure()
75 :meth:`configure` call. :attr:`dictConfigClass` would be bound to
/external/python/cpython2/Lib/logging/
Dconfig.py790 dictConfigClass = DictConfigurator variable
794 dictConfigClass(config).configure()
/external/python/cpython3/Lib/logging/
Dconfig.py795 dictConfigClass = DictConfigurator variable
799 dictConfigClass(config).configure()
/external/python/cpython3/Doc/library/
Dlogging.config.rst59 has a callable attribute :attr:`dictConfigClass`
61 You can replace the value of :attr:`dictConfigClass` with a
64 :func:`dictConfig` calls :attr:`dictConfigClass` passing
69 dictConfigClass(config).configure()
74 :meth:`configure` call. :attr:`dictConfigClass` would be bound to