MCPcopy 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_okMethod · 0.45
test_config9_okMethod · 0.45
test_config16_okMethod · 0.45
test_formattingMethod · 0.45
test_customMethod · 0.45
innerMethod · 0.45
__str__Method · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected