Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __str__
Method
__str__
Lib/test/test_logging.py:5942–5943 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5940
self.args = args
5941
5942
def
__str__(self):
5943
return
self.fmt.format(*self.args)
5944
5945
5946
class
StyleAdapter(logging.LoggerAdapter):
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected