Function view (read-only)
(self)
| 530 | |
| 531 | @property |
| 532 | def view(self) -> 'binaryview.BinaryView': |
| 533 | """Function view (read-only)""" |
| 534 | return self._view |
| 535 | |
| 536 | @property |
| 537 | def arch(self) -> 'architecture.Architecture': |
no outgoing calls
no test coverage detected