Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ process
Method
process
Lib/test/test_logging.py:6075–6076 ·
view source on GitHub ↗
(self, msg, kwargs)
Source
from the content-addressed store, hash-verified
6073
prefix =
'Adapter'
6074
6075
def
process(self, msg, kwargs):
6076
return
f
"{self.prefix} {msg}"
, kwargs
6077
6078
6079
class
Message:
Callers
1
log
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected