MCPcopy
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
714class="cm"># _null_future is used as a dummy value in the coroutine runner. It differs

Callers 15

try_connectMethod · 0.45
on_connect_doneMethod · 0.45
on_timeoutMethod · 0.45
on_connect_timeoutMethod · 0.45
_signal_closedMethod · 0.45
_done_callbackMethod · 0.45
callbackFunction · 0.45
timeout_callbackFunction · 0.45
runMethod · 0.45
handle_yieldMethod · 0.45
tearDownMethod · 0.45
on_timeoutFunction · 0.45

Calls

no outgoing calls

Tested by 15

tearDownMethod · 0.36
test_all_failMethod · 0.36
test_nested_notifyMethod · 0.36
test_eventMethod · 0.36
test_event_wait_clearMethod · 0.36
test_acquireMethod · 0.36
test_acquire_timeoutMethod · 0.36
test_context_managerMethod · 0.36