dummy method - to be overwritten by child class
(self, usePos = True)
| 2545 | ## three dummy methods to be implemented by child class: |
| 2546 | |
| 2547 | def _newLine(self, usePos = True): |
| 2548 | """dummy method - to be overwritten by child class""" |
| 2549 | def _update(self, count=True, forced=False): |
| 2550 | """dummy method - to be overwritten by child class""" |
| 2551 | def _color(self, args): |