Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lifespan
Function · 0.80
_finalize_nodriver_send_task
Function · 0.80
patched_send
Function · 0.80
_disconnect_connection_quietly
Method · 0.80
_cancel_background_runtime_tasks
Method · 0.80
_shutdown_browser_runtime
Method · 0.80
_ensure_workers
Method · 0.80
close
Method · 0.80
stop_cleanup_task
Method · 0.80
close
Method · 0.80
delete_token
Method · 0.80
stop_protocol_refresher
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected