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

Method _connect

docker/transport/sshconn.py:216–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 self.ssh_client.set_missing_host_key_policy(paramiko.RejectPolicy())
215
216 def _connect(self):
217 if self.ssh_client:
218 self.ssh_client.connect(**self.ssh_params)
219
220 def get_connection(self, url, proxies=None):
221 if not self.ssh_client:

Callers 2

__init__Method · 0.95
get_connectionMethod · 0.95

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected