lavrentivs
lavrentivs
This should also help with https://github.com/verigak/progress/issues/56
Updated. afaict all classes inherit from _Infinite_ and there is no overwriting of _writeln_. In particular, this is the inheritance chain for a bar _ChargingBar --> Bar --> Progress -->...
Regarding your comments: - `print_dt` moved as a class attribute but allow kwargs to change it. - `self._prev_write = self.start_ts - self.print_dt * 2` will force the next call to...