()
| 283 | callback(connection, address) |
| 284 | |
| 285 | def remove_handler() -> None: |
| 286 | io_loop.remove_handler(sock) |
| 287 | removed[0] = True |
| 288 | |
| 289 | io_loop.add_handler(sock, accept_handler, IOLoop.READ) |
| 290 | return remove_handler |
nothing calls this directly
no test coverage detected