MCPcopy Create free account
hub / github.com/apache/cloudstack / find

Method find

systemvm/debian/opt/cloud/bin/cs/CsProcess.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 return self.pid
52
53 def find(self):
54 has_pid = len(self.find_pid()) > 0
55 return has_pid
56
57 def kill(self, pid):
58 if pid > 1:

Callers 3

__updateMethod · 0.95
_redundant_onMethod · 0.95
processMethod · 0.95

Calls 1

find_pidMethod · 0.95

Tested by

no test coverage detected