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

Method _attach_params

docker/api/client.py:305–310  ·  view source on GitHub ↗
(self, override=None)

Source from the content-addressed store, hash-verified

303 return self._post(url, data=json.dumps(data2), **kwargs)
304
305 def _attach_params(self, override=None):
306 return override or {
307 'stdout': 1,
308 'stderr': 1,
309 'stream': 1
310 }
311
312 @check_resource('container')
313 def _attach_websocket(self, container, params=None):

Callers 2

_attach_websocketMethod · 0.95
attach_socketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected