(self, key)
| 324 | self.has_next = self.server_status & SERVER_STATUS.SERVER_MORE_RESULTS_EXISTS |
| 325 | |
| 326 | def __getattr__(self, key): |
| 327 | return getattr(self.packet, key) |
| 328 | |
| 329 | |
| 330 | class LoadLocalPacketWrapper: |
nothing calls this directly
no outgoing calls
no test coverage detected