(self)
| 88 | return not bool(self.context.ws_connection) |
| 89 | |
| 90 | def close(self): |
| 91 | self.context.close() |
| 92 | |
| 93 | |
| 94 | def _webio_handler(applications=None, cdn=True, reconnect_timeout=0, check_origin_func=_is_same_site) \ |
no outgoing calls
no test coverage detected