(self, key)
| 301 | self.has_next = self.server_status & SERVER_STATUS.SERVER_MORE_RESULTS_EXISTS |
| 302 | |
| 303 | def __getattr__(self, key): |
| 304 | return getattr(self.packet, key) |
| 305 | |
| 306 | |
| 307 | class EOFPacketWrapper: |
nothing calls this directly
no outgoing calls
no test coverage detected