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

Method __init__

StegaPy/plugin/lsb/lsb_plugin.py:21–23  ·  view source on GitHub ↗

初始化LSB插件

(self, config: Optional[LSBConfig] = None)

Source from the content-addressed store, hash-verified

19 NAMESPACE = "LSB"
20
21 def __init__(self, config: Optional[LSBConfig] = None):
22 """初始化LSB插件"""
23 super().__init__(config or LSBConfig())
24
25 def get_name(self) -> str:
26 """获取插件名称"""

Callers

nothing calls this directly

Calls 1

LSBConfigClass · 0.85

Tested by

no test coverage detected