Return whether the value given by get_alpha() should be used to override any other alpha-channel values.
(self)
| 795 | return self._dashes |
| 796 | |
| 797 | def get_forced_alpha(self): |
| 798 | """ |
| 799 | Return whether the value given by get_alpha() should be used to |
| 800 | override any other alpha-channel values. |
| 801 | """ |
| 802 | return self._forced_alpha |
| 803 | |
| 804 | def get_joinstyle(self): |
| 805 | """Return the `.JoinStyle`.""" |
no outgoing calls
no test coverage detected