Set if flow graph uses the standard basic block highlighting settings
(self)
| 700 | |
| 701 | @property |
| 702 | def uses_block_highlights(self): |
| 703 | """Set if flow graph uses the standard basic block highlighting settings""" |
| 704 | return self.is_option_set(FlowGraphOption.FlowGraphUsesBlockHighlights) |
| 705 | |
| 706 | @uses_block_highlights.setter |
| 707 | def uses_block_highlights(self, value): |
nothing calls this directly
no test coverage detected