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

Method _post

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

Source from the content-addressed store, hash-verified

239
240 @update_headers
241 def _post(self, url, **kwargs):
242 return self.post(url, **self._set_request_timeout(kwargs))
243
244 @update_headers
245 def _get(self, url, **kwargs):

Callers 15

_post_jsonMethod · 0.95
requestMethod · 0.80
prune_networksMethod · 0.80
import_imageMethod · 0.80
load_imageMethod · 0.80
prune_imagesMethod · 0.80
pullMethod · 0.80
tagMethod · 0.80
buildMethod · 0.80
prune_buildsMethod · 0.80
leave_swarmMethod · 0.80

Calls 1

_set_request_timeoutMethod · 0.95

Tested by 1

requestMethod · 0.64