dummy method - to be overwritten by child class
(self, args)
| 2551 | def _color(self, args): |
| 2552 | """dummy method - to be overwritten by child class""" |
| 2553 | def _colorstr(self, args): |
| 2554 | """dummy method - to be overwritten by child class""" |
| 2555 | |
| 2556 | width = pensize |
| 2557 | up = penup |