MCPcopy
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_doneMethod · 0.80
callbackFunction · 0.80
error_callbackFunction · 0.80
runMethod · 0.80
tearDownMethod · 0.80
executeMethod · 0.80
copyFunction · 0.80
_handle_connectionMethod · 0.80
run_syncMethod · 0.80
__init__Method · 0.80
finishMethod · 0.80

Calls

no outgoing calls