Draw a `~.path.Path` instance using the given affine transform.
(self, gc, path, transform, rgbFace=None)
| 173 | """ |
| 174 | |
| 175 | def draw_path(self, gc, path, transform, rgbFace=None): |
| 176 | """Draw a `~.path.Path` instance using the given affine transform.""" |
| 177 | raise NotImplementedError |
| 178 | |
| 179 | def draw_markers(self, gc, marker_path, marker_trans, path, |
| 180 | trans, rgbFace=None): |
no outgoing calls
no test coverage detected