MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / done

Method done

src/services/browser_captcha_personal.py:896–897  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

894 return self._future.__await__()
895
896 def done(self) -> bool:
897 return self._future.done()
898
899 def cancel(self):
900 self._future.cancel()

Calls

no outgoing calls