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

Method _socket_path_for_client_session

tests/unit/api_test.py:271–273  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

269 )
270
271 def _socket_path_for_client_session(self, client):
272 socket_adapter = client.get_adapter('http+docker://')
273 return socket_adapter.socket_path
274
275 def test_url_compatibility_unix(self):
276 c = APIClient(

Calls 1

get_adapterMethod · 0.80

Tested by

no test coverage detected