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

Method cancel

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

Source from the content-addressed store, hash-verified

897 return self._future.done()
898
899 def cancel(self):
900 self._future.cancel()
901
902 async def patched_send(self, cdp_obj, _is_update=False):
903 if _is_nodriver_connection_closed(self):

Callers 12

lifespanFunction · 0.80
patched_sendFunction · 0.80
_ensure_workersMethod · 0.80
closeMethod · 0.80
stop_cleanup_taskMethod · 0.80
closeMethod · 0.80
delete_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected