MCPcopy Index your code
hub / github.com/docker/docker-py / _put

Method _put

docker/api/client.py:249–250  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

247
248 @update_headers
249 def _put(self, url, **kwargs):
250 return self.put(url, **self._set_request_timeout(kwargs))
251
252 @update_headers
253 def _delete(self, url, **kwargs):

Callers 1

put_archiveMethod · 0.80

Calls 1

_set_request_timeoutMethod · 0.95

Tested by

no test coverage detected