MCPcopy
hub / github.com/tornadoweb/tornado / f

Method f

tornado/test/ioloop_test.py:592–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 def test_async_result(self):
591 @gen.coroutine
592 def f():
593 yield gen.moment
594 raise gen.Return(42)
595
596 self.assertEqual(self.io_loop.run_sync(f), 42)
597

Callers

nothing calls this directly

Calls 2

currentMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected