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

Method get_new_ioloop

python/python3/tornado/test/testing_test.py:342–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

340
341class GetNewIOLoopTest(AsyncTestCase):
342 def get_new_ioloop(self):
343 # Use the current loop instead of creating a new one here.
344 return ioloop.IOLoop.current()
345
346 def setUp(self):
347 # This simulates the effect of an asyncio test harness like

Callers

nothing calls this directly

Calls 1

currentMethod · 0.80

Tested by

no test coverage detected