(self, alpha)
| 1819 | return 'none' |
| 1820 | |
| 1821 | def set_alpha(self, alpha): |
| 1822 | # docstring inherited |
| 1823 | super().set_alpha(alpha) |
| 1824 | if self._gapcolor is not None: |
| 1825 | self.set_gapcolor(self._original_gapcolor) |
| 1826 | |
| 1827 | def set_color(self, c): |
| 1828 | """ |
nothing calls this directly
no test coverage detected