(self, handle)
| 2604 | return count, blocks |
| 2605 | |
| 2606 | def _instantiate_block(self, handle): |
| 2607 | return HighLevelILBasicBlock(handle, self, self.view) |
| 2608 | |
| 2609 | @property |
| 2610 | def basic_blocks(self) -> 'function.HighLevelILBasicBlockList': |
nothing calls this directly
no test coverage detected