Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ f
Method
f
python/python3/tornado/test/ioloop_test.py:602–604 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
600
def
test_async_result(self):
601
@gen.coroutine
602
def
f():
603
yield
gen.moment
604
raise
gen.Return(42)
605
606
self.assertEqual(self.io_loop.run_sync(f), 42)
607
Callers
nothing calls this directly
Calls
1
current
Method · 0.80
Tested by
no test coverage detected