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

Method get_config

StegaPy/plugin/base.py:109–111  ·  view source on GitHub ↗

获取配置

(self)

Source from the content-addressed store, hash-verified

107 return StegaPyConfig()
108
109 def get_config(self) -> StegaPyConfig:
110 """获取配置"""
111 return self.config
112
113 def reset_config(self, config: Optional[StegaPyConfig] = None):
114 """重置配置"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected