MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / stop

Method stop

tests/integration/simulacron/utils.py:70–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.running = True
69
70 def stop(self):
71 if self.proc:
72 self.proc.terminate()
73 self.running = False
74
75 def is_running(self):
76 # We could check self.proc.poll here instead

Callers 15

use_clusterFunction · 0.45
setup_cluster_sslFunction · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
stopFunction · 0.45
force_stopFunction · 0.45
decommissionFunction · 0.45
setup_moduleFunction · 0.45
setFailingNodesMethod · 0.45

Calls

no outgoing calls

Tested by 15

setup_cluster_sslFunction · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
setup_moduleFunction · 0.36
setFailingNodesMethod · 0.36
setup_moduleFunction · 0.36
setup_moduleFunction · 0.36
tearDownClassMethod · 0.36