Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
15
_finalize_nodriver_send_task
Function · 0.80
__call__
Method · 0.80
patched_send
Function · 0.80
_maybe_execute_pending_fresh_profile_restart
Method · 0.80
_wait_for_pending_fresh_profile_restart_before_solve
Method · 0.80
_wait_for_active_resident_rebuild
Method · 0.80
_rebuild_resident_tab
Method · 0.80
_run_resident_recovery_task
Method · 0.80
_disconnect_connection_quietly
Method · 0.80
_cancel_background_runtime_tasks
Method · 0.80
initialize
Method · 0.80
_on_extra
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_wait_for_pending_fresh_restart_awaits_existing_task
Method · 0.64