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

Method __init__

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

Source from the content-addressed store, hash-verified

514 asctime_search = '${asctime}'
515
516 def __init__(self, *args, **kwargs):
517 super().__init__(*args, **kwargs)
518 self._tpl = Template(self._fmt)
519
520 def usesTime(self):
521 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