获取插件描述
(self)
| 46 | raise NotImplementedError |
| 47 | |
| 48 | def get_description(self) -> str: |
| 49 | """获取插件描述""" |
| 50 | raise NotImplementedError |
| 51 | |
| 52 | def embed_data(self, msg: bytes, msg_filename: Optional[str], |
| 53 | cover: bytes, cover_filename: Optional[str], |
nothing calls this directly
no outgoing calls
no test coverage detected