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

Method done

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

Source from the content-addressed store, hash-verified

54 return not self.done()
55
56 def done(self):
57 with self._lock:
58 return self._done
59
60 def result(self, timeout=None):
61 with self._lock:

Callers 15

runningMethod · 0.95
curlFunction · 0.45
initializeFunction · 0.45
initializeMethod · 0.45
authenticateMethod · 0.45
initializeFunction · 0.45
foreachkeyFunction · 0.45
initializeFunction · 0.45
PFunction · 0.45
ibFunction · 0.45
kbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected