Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ test_future
Method
test_future
python/python3/tornado/test/gen_test.py:162–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
161
@gen_test
162
def
test_future(self):
163
result =
yield
self.async_future(1)
164
self.assertEqual(result, 1)
165
166
@gen_test
167
def
test_multi_future(self):
Callers
nothing calls this directly
Calls
1
async_future
Method · 0.95
Tested by
no test coverage detected