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

Method create_config

StegaPy/plugin/base.py:105–107  ·  view source on GitHub ↗

创建默认配置

(self)

Source from the content-addressed store, hash-verified

103 raise NotImplementedError
104
105 def create_config(self) -> StegaPyConfig:
106 """创建默认配置"""
107 return StegaPyConfig()
108
109 def get_config(self) -> StegaPyConfig:
110 """获取配置"""

Callers 2

__init__Method · 0.95
reset_configMethod · 0.95

Calls 1

StegaPyConfigClass · 0.85

Tested by

no test coverage detected