Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_ok
Method · 0.95
test_config1_ok
Method · 0.95
test_config4_ok
Method · 0.95
test_config4a_ok
Method · 0.95
test_config7_ok
Method · 0.95
test_config_8_ok
Method · 0.95
test_config_8a_ok
Method · 0.95
test_config_9_ok
Method · 0.95
test_config_10_ok
Method · 0.95
test_config14_ok
Method · 0.95
test_config15_ok
Method · 0.95
test_config16_ok
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected