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

Method get_name

StegaPy/plugin/lsb/lsb_plugin.py:25–27  ·  view source on GitHub ↗

获取插件名称

(self)

Source from the content-addressed store, hash-verified

23 super().__init__(config or LSBConfig())
24
25 def get_name(self) -> str:
26 """获取插件名称"""
27 return "LSB"
28
29 def get_purposes(self) -> List[Purpose]:
30 """获取插件支持的用途"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected