Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ result
Method
result
tornado/gen.py:707–708 · tornado/gen.py::_NullFuture.result
(self)
Source
from the content-addressed store, hash-verified
705
class
="st">"""
706
707
def
result(self) -> None:
708
return
None
709
710
def
done(self) -> bool:
711
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
test_future_set_result_unless_cancelled
Method · 0.64
test_future
Method · 0.64