MCPcopy Index your code
hub / github.com/python/cpython / dictConfig

Function dictConfig

Lib/logging/config.py:944–946  ·  view source on GitHub ↗

Configure logging using a dictionary.

(config)

Source from the content-addressed store, hash-verified

942dictConfigClass = DictConfigurator
943
944def dictConfig(config):
945 """Configure logging using a dictionary."""
946 dictConfigClass(config).configure()
947
948
949def listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None):

Callers 1

handleMethod · 0.85

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…