MCPcopy 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
6079class Message:

Callers 1

logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected