Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opendevops-cn/opendevops
/ result
Method
result
scripts/tornado_source_code/tornado/gen.py:653–654 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
651
""
"
652
653
def
result(self) -> None:
654
return
None
655
656
def
done(self) -> bool:
657
return
True
Callers
15
on_connect_done
Method · 0.80
callback
Function · 0.80
error_callback
Function · 0.80
run
Method · 0.80
tearDown
Method · 0.80
execute
Method · 0.80
copy
Function · 0.80
_handle_connection
Method · 0.80
run_sync
Method · 0.80
_discard_future_result
Method · 0.80
__init__
Method · 0.80
finish
Method · 0.80
Calls
no outgoing calls
Tested by
15
tearDown
Method · 0.64
test_immediate_success
Method · 0.64
test_one_family_second_try
Method · 0.64
test_one_family_second_try_timeout
Method · 0.64
test_two_families_immediate_failure
Method · 0.64
test_two_families_timeout
Method · 0.64
test_success_after_timeout
Method · 0.64
test_one_family_success_before_connect_timeout
Method · 0.64
test_two_family_success_after_timeout
Method · 0.64
callback
Method · 0.64
tornado_fetch
Method · 0.64
test_future_set_result_unless_cancelled
Method · 0.64