Determine if any data has been uploaded under the tracker's watch.
(self)
| 299 | sys.stdout.flush() |
| 300 | |
| 301 | def has_data(self): |
| 302 | """Determine if any data has been uploaded under the tracker's watch.""" |
| 303 | return self._stats.has_data() |
| 304 | |
| 305 | def _update_cumulative_status(self): |
| 306 | """Write an update summarizing the data uploaded since the start.""" |