MCPcopy Index your code
hub / github.com/RustPython/RustPython / dictConfig

Function dictConfig

Lib/logging/config.py:933–935  ·  view source on GitHub ↗

Configure logging using a dictionary.

(config)

Source from the content-addressed store, hash-verified

931dictConfigClass = DictConfigurator
932
933def dictConfig(config):
934 """Configure logging using a dictionary."""
935 dictConfigClass(config).configure()
936
937
938def listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None):

Callers 1

handleMethod · 0.85

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected