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

Method __init__

StegaPy/plugin/randlsb/random_lsb_plugin.py:22–24  ·  view source on GitHub ↗

初始化RandomLSB插件

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LSBConfigClass · 0.85

Tested by

no test coverage detected