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

Method setUp

python/python3/tornado/test/ioloop_test.py:586–587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

584
585class TestIOLoopRunSync(unittest.TestCase):
586 def setUp(self):
587 self.io_loop = IOLoop(make_current=False)
588
589 def tearDown(self):
590 self.io_loop.close()

Callers

nothing calls this directly

Calls 1

IOLoopClass · 0.90

Tested by

no test coverage detected