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

Method format

Lib/test/test_logging.py:3036–3037  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

3034 custom_property = "."
3035
3036 def format(self, record):
3037 return super().format(record)
3038
3039 config17 = {
3040 '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