Will run testing at the beginning, then produce data normally.
(self)
| 45 | super(TestDataSpeed, self).reset_state() |
| 46 | |
| 47 | def __iter__(self): |
| 48 | """ Will run testing at the beginning, then produce data normally. """ |
| 49 | self.start() |
| 50 | yield from self.ds |
| 51 | |
| 52 | def start(self): |
| 53 | """ |