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

Method setUp

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

Source from the content-addressed store, hash-verified

490
491class TestIOLoopCurrentAsync(AsyncTestCase):
492 def setUp(self):
493 super().setUp()
494 setup_with_context_manager(self, ignore_deprecation())
495
496 @gen_test
497 def test_clear_without_current(self):

Callers

nothing calls this directly

Calls 3

ignore_deprecationFunction · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected