MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / put

Method put

python/downloadprovider.py:250–251  ·  view source on GitHub ↗
(self, url, headers=None, data=None, json=None)

Source from the content-addressed store, hash-verified

248 return self.request("POST", url, headers, data, json)
249
250 def put(self, url, headers=None, data=None, json=None):
251 return self.request("POST", url, headers, data, json)
252
253
254class _DownloadProviderMetaclass(type):

Callers 4

find_all_dataMethod · 0.80
find_all_textMethod · 0.80
find_all_constantMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected