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

Method setUp

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

Source from the content-addressed store, hash-verified

442# automatically set as current.
443class TestIOLoopCurrent(unittest.TestCase):
444 def setUp(self):
445 setup_with_context_manager(self, ignore_deprecation())
446 self.io_loop = None # type: typing.Optional[IOLoop]
447 IOLoop.clear_current()
448
449 def tearDown(self):
450 if self.io_loop is not None:

Callers 1

setUpMethod · 0.45

Calls 3

ignore_deprecationFunction · 0.90
clear_currentMethod · 0.80

Tested by

no test coverage detected