dummy method - to be overwritten by child class
(self, count=True, forced=False)
| 2362 | def _newLine(self, usePos = True): |
| 2363 | """dummy method - to be overwritten by child class""" |
| 2364 | def _update(self, count=True, forced=False): |
| 2365 | """dummy method - to be overwritten by child class""" |
| 2366 | def _color(self, args): |
| 2367 | """dummy method - to be overwritten by child class""" |
| 2368 | def _colorstr(self, args): |