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

Method async_exception

python/python3/tornado/test/gen_test.py:44–46  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

42
43 @gen.coroutine
44 def async_exception(self, e):
45 yield gen.moment
46 raise e
47
48 @gen.coroutine
49 def add_one_async(self, x):

Callers 2

test_multi_exceptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected