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

Method get_config

StegaPy/StegaPy.py:191–193  ·  view source on GitHub ↗

获取当前实例运行的配置项。

(self)

Source from the content-addressed store, hash-verified

189 cover_data, cover_filename, diff_filename)
190
191 def get_config(self) -> StegaPyConfig:
192 """获取当前实例运行的配置项。"""
193 return self.config
194
195 def _compress_data(self, data: bytes) -> bytes:
196 """使用 gzip 算法对数据进行压缩。"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected