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

Method patch

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

Source from the content-addressed store, hash-verified

75
76 @ActionWarpper
77 def patch(self, path, data):
78 return self._session.patch(self._get_url(path), json_data=data, headers=self._headers)
79
80 @ActionWarpper
81 def put(self, path, data):

Callers 2

apiMethod · 0.95
apiMethod · 0.45

Calls 1

_get_urlMethod · 0.95

Tested by

no test coverage detected