Set if flow graph uses the standard instruction highlighting settings
(self)
| 709 | |
| 710 | @property |
| 711 | def uses_instruction_highlights(self): |
| 712 | """Set if flow graph uses the standard instruction highlighting settings""" |
| 713 | return self.is_option_set(FlowGraphOption.FlowGraphUsesInstructionHighlights) |
| 714 | |
| 715 | @uses_instruction_highlights.setter |
| 716 | def uses_instruction_highlights(self, value): |
nothing calls this directly
no test coverage detected