MCPcopy
hub / github.com/jisaacks/GitGutter / _is_resolved

Method _is_resolved

modules/promise.py:157–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 self.callbacks.append(callback)
156
157 def _is_resolved(self):
158 with self.mutex:
159 return self.resolved
160
161 def _get_value(self):
162 with self.mutex:

Callers 5

thenMethod · 0.95
test_promise_resolveMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_promise_resolveMethod · 0.64