Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Template
Class · 0.90
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected