MCPcopy Create free account
hub / github.com/apache/mesos / running

Method running

src/python/cli/src/mesos/futures.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 return False
52
53 def running(self):
54 return not self.done()
55
56 def done(self):
57 with self._lock:

Callers

nothing calls this directly

Calls 1

doneMethod · 0.95

Tested by

no test coverage detected