Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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