Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_future
Method · 0.95
test_multi_future
Method · 0.95
test_multi_future_duplicate
Method · 0.95
test_multi_dict_future
Method · 0.95
test_multi_exceptions
Method · 0.95
test_multi_future_exceptions
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected