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