dummy method - to be overwritten by child class
(self, count=True, forced=False)
| 2464 | def _newLine(self, usePos = True): |
| 2465 | """dummy method - to be overwritten by child class""" |
| 2466 | def _update(self, count=True, forced=False): |
| 2467 | """dummy method - to be overwritten by child class""" |
| 2468 | def _color(self, args): |
| 2469 | """dummy method - to be overwritten by child class""" |
| 2470 | def _colorstr(self, args): |