(self, option)
| 872 | core.BNSetFlowGraphOption(self.handle, option, value) |
| 873 | |
| 874 | def is_option_set(self, option): |
| 875 | return core.BNIsFlowGraphOptionSet(self.handle, option) |
| 876 | |
| 877 | @property |
| 878 | def render_layers(self) -> List['binaryninja.RenderLayer']: |
no outgoing calls
no test coverage detected