()
| 277 | callback(connection, address) |
| 278 | |
| 279 | def remove_handler() -> None: |
| 280 | io_loop.remove_handler(sock) |
| 281 | removed[0] = True |
| 282 | |
| 283 | io_loop.add_handler(sock, accept_handler, IOLoop.READ) |
| 284 | return remove_handler |
nothing calls this directly
no test coverage detected