rasbt / pyprind

PyPrind - Python Progress Indicator Utility
BSD 3-Clause "New" or "Revised" License
547 stars 65 forks source link

add optional iterations param to update #4

Closed eeeeeric closed 10 years ago

eeeeeric commented 10 years ago

Sometimes it's helpful to be able to increment the internal count by more than 1 at once (e.g. i/o operations). This commit adds an optional iterations parameter to the update methods which enables this feature.

rasbt commented 10 years ago

Good idea! Thanks!