This method returns the progress bar string
(self)
| 97 | kb.prependFlag = False |
| 98 | |
| 99 | def __str__(self): |
| 100 | """ |
| 101 | This method returns the progress bar string |
| 102 | """ |
| 103 | |
| 104 | return getUnicode(self._progBar) |
nothing calls this directly
no test coverage detected