MCPcopy 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_stopMethod · 0.45
test_stopMethod · 0.45
test_stopMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
test_stop_containerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected