获取插件名称
(self)
| 38 | self.config = config or self.create_config() |
| 39 | |
| 40 | def get_name(self) -> str: |
| 41 | """获取插件名称""" |
| 42 | raise NotImplementedError |
| 43 | |
| 44 | def get_purposes(self) -> List[Purpose]: |
| 45 | """获取插件支持的用途""" |
nothing calls this directly
no outgoing calls
no test coverage detected