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

Method response_code

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

Response code to send to the client.

(self)

Source from the content-addressed store, hash-verified

16
17
18 def response_code(self):
19 """
20 Response code to send to the client.
21 """
22 return self.__response_code
23
24
25 def message(self):

Callers 5

__repr__Method · 0.95
dispatch_responseMethod · 0.80
postMethod · 0.80
dispatch_responseMethod · 0.80
do_POSTMethod · 0.80

Calls

no outgoing calls

Tested by 2

dispatch_responseMethod · 0.64
do_POSTMethod · 0.64