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

Method reset_config

StegaPy/plugin/base.py:113–115  ·  view source on GitHub ↗

重置配置

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

Source from the content-addressed store, hash-verified

111 return self.config
112
113 def reset_config(self, config: Optional[StegaPyConfig] = None):
114 """重置配置"""
115 self.config = config or self.create_config()
116

Callers

nothing calls this directly

Calls 1

create_configMethod · 0.95

Tested by

no test coverage detected