Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __str__
Method
__str__
Lib/test/test_logging.py:6084–6085 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6082
self.args = args
6083
6084
def
__str__(self):
6085
return
self.fmt.format(*self.args)
6086
6087
6088
class
StyleAdapter(logging.LoggerAdapter):
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected