MCPcopy Create free account
hub / github.com/EasyIME/PIME / async_future

Method async_future

python/python3/tornado/test/gen_test.py:39–41  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

37
38 @gen.coroutine
39 def async_future(self, result):
40 yield gen.moment
41 return result
42
43 @gen.coroutine
44 def async_exception(self, e):

Callers 6

test_futureMethod · 0.95
test_multi_futureMethod · 0.95
test_multi_exceptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected