MCPcopy
hub / github.com/tornadoweb/tornado / setUp

Method setUp

tornado/test/ioloop_test.py:482–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

480
481class TestIOLoopCurrentAsync(AsyncTestCase):
482 def setUp(self):
483 super().setUp()
484 setup_with_context_manager(self, ignore_deprecation())
485
486 @gen_test
487 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