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

Method get_new_ioloop

python/python3/tornado/test/asyncio_test.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28class AsyncIOLoopTest(AsyncTestCase):
29 def get_new_ioloop(self):
30 io_loop = AsyncIOLoop(make_current=False)
31 return io_loop
32
33 def test_asyncio_callback(self):
34 # Basic test that the asyncio loop is set up correctly.

Callers 3

test_gc_infinite_coroMethod · 0.45
test_multi_momentMethod · 0.45

Calls 1

AsyncIOLoopClass · 0.90

Tested by

no test coverage detected