Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ close
Method
close
docker/transport/sshconn.py:247–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
return
pool
246
247
def
close(self):
248
super().close()
249
if
self.ssh_client:
250
self.ssh_client.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected