(self,
value # type: bytes
)
| 30 | |
| 31 | @abstractmethod |
| 32 | def deserialize(self, |
| 33 | value # type: bytes |
| 34 | ) -> Any: |
| 35 | raise NotImplementedError() |
| 36 | |
| 37 | @classmethod |
| 38 | def __subclasshook__(cls, subclass): |
no outgoing calls
no test coverage detected