| 22 | from .pcode import HeavyPcodeMixin |
| 23 | |
| 24 | class UberEnginePcode(SimEngineFailure, SimEngineSyscall, HooksMixin, HeavyPcodeMixin): # pylint:disable=abstract-method |
| 25 | pass |
| 26 | except ImportError: |
| 27 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected