Set if flow graph should make use of address information
(self)
| 754 | |
| 755 | @property |
| 756 | def is_addressable(self): |
| 757 | """Set if flow graph should make use of address information""" |
| 758 | return self.is_option_set(FlowGraphOption.FlowGraphIsAddressable) |
| 759 | |
| 760 | @is_addressable.setter |
| 761 | def is_addressable(self, value): |
nothing calls this directly
no test coverage detected