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

Method __init__

Lib/logging/__init__.py:513–515  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

511 asctime_search = '${asctime}'
512
513 def __init__(self, *args, **kwargs):
514 super().__init__(*args, **kwargs)
515 self._tpl = Template(self._fmt)
516
517 def usesTime(self):
518 fmt = self._fmt

Callers

nothing calls this directly

Calls 3

TemplateClass · 0.90
superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected