(self)
| 437 | |
| 438 | # TODO: rename to close_connection |
| 439 | def close(self): |
| 440 | self.log_client("closing beeswax connection to: %s" % self.__host_port) |
| 441 | self.__beeswax_client.close_connection() |
| 442 | |
| 443 | def close_query(self, operation_handle, fetch_profile_after_close=False): |
| 444 | self.log_handle(operation_handle, 'closing query for operation') |
nothing calls this directly
no test coverage detected