Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ process
Method
process
Lib/test/test_logging.py:5933–5934 ·
view source on GitHub ↗
(self, msg, kwargs)
Source
from the content-addressed store, hash-verified
5931
prefix =
'Adapter'
5932
5933
def
process(self, msg, kwargs):
5934
return
f
"{self.prefix} {msg}"
, kwargs
5935
5936
5937
class
Message:
Callers
1
log
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected