()
| 230 | self.should_close_asyncio_loop = True |
| 231 | |
| 232 | async def get_loop() -> IOLoop: |
| 233 | return self.get_new_ioloop() |
| 234 | |
| 235 | self.io_loop = self.asyncio_loop.run_until_complete(get_loop()) |
| 236 | with warnings.catch_warnings(): |
nothing calls this directly
no test coverage detected