(self)
| 490 | |
| 491 | class 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): |
nothing calls this directly
no test coverage detected