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

Method apply_config

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

Source from the content-addressed store, hash-verified

3272 }
3273
3274 def apply_config(self, conf):
3275 logging.config.dictConfig(conf)
3276
3277 def check_handler(self, name, cls):
3278 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