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

Method tearDown

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

Source from the content-addressed store, hash-verified

587 self.io_loop = IOLoop(make_current=False)
588
589 def tearDown(self):
590 self.io_loop.close()
591
592 def test_sync_result(self):
593 with self.assertRaises(gen.BadYieldError):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected