(self)
| 206 | self.epoch += 1 |
| 207 | |
| 208 | def __len__(self): |
| 209 | return int(1e18) # Effectively infinite |
| 210 | |
| 211 | |
| 212 | # ============================================================================ |
nothing calls this directly
no outgoing calls
no test coverage detected