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

Method put

client/util/api/httpclient.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return response
81
82 def put(self):
83 response = HttpRequest.request(url=self.url, headers=self.headers, body=self.data, method="PUT")
84 return response
85
86 def head(self):
87 response = HttpRequest.request(url=self.url, headers=self.headers, body=self.data, method="HEAD")

Callers 11

_common_handleMethod · 0.45
__common_path_filterMethod · 0.45
_lint_blameMethod · 0.45
_duplicate_blameMethod · 0.45
_ccn_blameMethod · 0.45
modify_save_timeMethod · 0.45
__upload_dataMethod · 0.45
send_task_resultMethod · 0.45
update_job_code_lineMethod · 0.45
performMethod · 0.45
FetchAPIManagerClass · 0.45

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected