Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ done
Method
done
tornado/gen.py:710–711 · tornado/gen.py::_NullFuture.done
(self)
Source
from the content-addressed store, hash-verified
708
return
None
709
710
def
done(self) -> bool:
711
return
True
712
713
714
class
="cm"># _null_future is used
as
a dummy value in the coroutine runner. It differs
Callers
15
try_connect
Method · 0.45
on_connect_done
Method · 0.45
on_timeout
Method · 0.45
on_connect_timeout
Method · 0.45
_signal_closed
Method · 0.45
_done_callback
Method · 0.45
callback
Function · 0.45
timeout_callback
Function · 0.45
run
Method · 0.45
handle_yield
Method · 0.45
tearDown
Method · 0.45
on_timeout
Function · 0.45
Calls
no outgoing calls
Tested by
15
tearDown
Method · 0.36
test_all_fail
Method · 0.36
test_nested_notify
Method · 0.36
test_garbage_collection
Method · 0.36
test_event
Method · 0.36
test_event_wait_clear
Method · 0.36
test_acquire
Method · 0.36
test_acquire_timeout
Method · 0.36
test_release_unacquired
Method · 0.36
test_garbage_collection
Method · 0.36
test_context_manager
Method · 0.36
test_context_manager_async_await
Method · 0.36