MCPcopy
hub / github.com/AirtestProject/Poco / handle_request

Method handle_request

poco/utils/simplerpc/simplerpc.py:153–155  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

151 return req, cb
152
153 def handle_request(self, req):
154 res = JSONRPCResponseManager.handle(req, dispatcher).data
155 return res
156
157 def handle_message(self, msg, conn):
158 if isinstance(msg, six.binary_type):

Callers 1

handle_messageMethod · 0.95

Calls 1

handleMethod · 0.80

Tested by

no test coverage detected