(self, event: PbEvent)
| 126 | |
| 127 | @abstractmethod |
| 128 | def parse(self, event: PbEvent) -> bool: |
| 129 | raise NotImplementedError("parse in {} is a pure virtual function".format(MsgParser.__class__)) |
| 130 | |
| 131 | @abstractmethod |
| 132 | def show(self): |
no outgoing calls
no test coverage detected