MCPcopy
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_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