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

Method __init__

Lib/logging/config.py:389–391  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

387 importer = staticmethod(__import__)
388
389 def __init__(self, config):
390 self.config = ConvertingDict(config)
391 self.config.configurator = self
392
393 def resolve(self, s):
394 """

Callers

nothing calls this directly

Calls 1

ConvertingDictClass · 0.85

Tested by

no test coverage detected