print the detailed statistics of the executable.
(self)
| 36 | self._as_python = self.mod["as_python"] |
| 37 | |
| 38 | def stats(self) -> str: |
| 39 | """print the detailed statistics of the executable.""" |
| 40 | return self._stats() |
| 41 | |
| 42 | def as_text(self) -> str: |
| 43 | """print the instructions as text format.""" |
no outgoing calls