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

Method apply_config

Lib/test/test_logging.py:3331–3332  ·  view source on GitHub ↗
(self, conf)

Source from the content-addressed store, hash-verified

3329 }
3330
3331 def apply_config(self, conf):
3332 logging.config.dictConfig(conf)
3333
3334 def check_handler(self, name, cls):
3335 h = logging.getHandlerByName(name)

Callers 15

test_config0_okMethod · 0.95
test_config1_okMethod · 0.95
test_config4_okMethod · 0.95
test_config4a_okMethod · 0.95
test_config7_okMethod · 0.95
test_config_8_okMethod · 0.95
test_config_8a_okMethod · 0.95
test_config_9_okMethod · 0.95
test_config_10_okMethod · 0.95
test_config14_okMethod · 0.95
test_config15_okMethod · 0.95
test_config16_okMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected