Start the fetching of the data
(self)
| 85 | self._current_addr = addr |
| 86 | |
| 87 | def start(self): |
| 88 | """Start the fetching of the data""" |
| 89 | self._request_new_chunk() |
| 90 | |
| 91 | def resend(self): |
| 92 | logger.debug('Sending write again...') |
no test coverage detected