()
| 140 | |
| 141 | @staticmethod |
| 142 | def default_graph_settings() -> 'DisassemblySettings': |
| 143 | return DisassemblySettings(core.BNDefaultGraphDisassemblySettings()) |
| 144 | |
| 145 | @staticmethod |
| 146 | def default_linear_settings() -> 'DisassemblySettings': |
nothing calls this directly
no test coverage detected