Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ stop
Method
stop
tests/unit/api_test.py:382–383 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
380
self.addCleanup(self.stop)
381
382
def
stop(self):
383
self.stop_server = True
384
385
def
_setup_socket(self):
386
server_sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
Callers
9
test_stop
Method · 0.45
test_649_handle_timeout_value_none
Method · 0.45
test_stop
Method · 0.45
test_stop_with_dict_instead_of_id
Method · 0.45
test_stop
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
test_stop_container
Method · 0.45
test_stop_container_with_dict_instead_of_id
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected