MCPcopy
hub / github.com/opendevops-cn/opendevops / done

Method done

scripts/tornado_source_code/tornado/gen.py:656–657  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

654 return None
655
656 def done(self) -> bool:
657 return True
658
659
660# _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