Return a tuple of three or four floats from 0-1.
(self)
| 810 | return self._linewidth |
| 811 | |
| 812 | def get_rgb(self): |
| 813 | """Return a tuple of three or four floats from 0-1.""" |
| 814 | return self._rgb |
| 815 | |
| 816 | def get_url(self): |
| 817 | """Return a url if one is set, None otherwise.""" |
no outgoing calls
no test coverage detected