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

Callers 1

logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected