MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / _get_url

Method _get_url

server/projects/main/util/webclients.py:65–66  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

63 self._apis = {}
64
65 def _get_url(self, path):
66 return "%s/%s" % (self._server_url, path)
67
68 @ActionWarpper
69 def get(self, path, query_params):

Callers 5

getMethod · 0.95
postMethod · 0.95
patchMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected