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

Method __init__

StegaPy/plugin/base.py:36–38  ·  view source on GitHub ↗

初始化插件

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

Source from the content-addressed store, hash-verified

34 """StegaPy插件基类"""
35
36 def __init__(self, config: Optional[StegaPyConfig] = None):
37 """初始化插件"""
38 self.config = config or self.create_config()
39
40 def get_name(self) -> str:
41 """获取插件名称"""

Callers

nothing calls this directly

Calls 1

create_configMethod · 0.95

Tested by

no test coverage detected