Set if flow graph should highlight associated registers in the UI
(self)
| 745 | |
| 746 | @property |
| 747 | def shows_secondary_reg_highlighting(self): |
| 748 | """Set if flow graph should highlight associated registers in the UI""" |
| 749 | return self.is_option_set(FlowGraphOption.FlowGraphShowsSecondaryRegisterHighlighting) |
| 750 | |
| 751 | @shows_secondary_reg_highlighting.setter |
| 752 | def shows_secondary_reg_highlighting(self, value): |
nothing calls this directly
no test coverage detected