Open maxnoe opened 1 year ago
One of the possible solutions for #2324, however, this performs a potentially expensive operation just to get the correct __len__, which is currently only used to provide a nice progress bar, so it might be better just to remove __len__.
__len__
One of the possible solutions for #2324, however, this performs a potentially expensive operation just to get the correct
__len__
, which is currently only used to provide a nice progress bar, so it might be better just to remove__len__
.