Home
last modified time | relevance | path

Searched refs:BaseConfigurator (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/logging/
Dconfig.py351 class BaseConfigurator(object): class
484 class DictConfigurator(BaseConfigurator):
/external/python/cpython2/Lib/logging/
Dconfig.py350 class BaseConfigurator(object): class
489 class DictConfigurator(BaseConfigurator):
/external/python/cpython2/Doc/library/
Dlogging.config.rst556 :class:`BaseConfigurator` class. However, you need to be
563 from logging.config import BaseConfigurator
565 BaseConfigurator.importer = staticmethod(import_module)
/external/python/cpython3/Doc/library/
Dlogging.config.rst603 :class:`BaseConfigurator` class. However, you need to be
610 from logging.config import BaseConfigurator
612 BaseConfigurator.importer = staticmethod(import_module)
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst659 attribute on BaseConfigurator instance.
/external/python/cpython3/Lib/test/
Dtest_logging.py3181 bc = logging.config.BaseConfigurator(d)