MCPcopy Create free account
hub / github.com/comaps/comaps / message

Method message

tools/python/test_server/server/ResponseProvider.py:25–29  ·  view source on GitHub ↗

The message to send to the client.

(self)

Source from the content-addressed store, hash-verified

23
24
25 def message(self):
26 """
27 The message to send to the client.
28 """
29 return self.__message
30
31
32 def length(self):

Callers 4

lengthMethod · 0.95
__repr__Method · 0.95
dispatch_responseMethod · 0.80
dispatch_responseMethod · 0.80

Calls

no outgoing calls

Tested by 1

dispatch_responseMethod · 0.64