Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ format
Method
format
Lib/test/test_logging.py:3062–3063 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
3060
custom_property =
"."
3061
3062
def
format(self, record):
3063
return
super().format(record)
3064
3065
config17 = {
3066
'version'
: 1,
Callers
7
test_config8_ok
Method · 0.45
test_config9_ok
Method · 0.45
test_config16_ok
Method · 0.45
test_formatting
Method · 0.45
test_custom
Method · 0.45
inner
Method · 0.45
__str__
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
no test coverage detected