dummy method - to be overwritten by child class
(self, usePos = True)
| 2462 | ## three dummy methods to be implemented by child class: |
| 2463 | |
| 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): |