MCPcopy Create free account
hub / github.com/MearaY/StegaPy / get_name

Method get_name

StegaPy/plugin/base.py:40–42  ·  view source on GitHub ↗

获取插件名称

(self)

Source from the content-addressed store, hash-verified

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 """获取插件支持的用途"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected