获取当前实例运行的配置项。
(self)
| 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 算法对数据进行压缩。""" |
nothing calls this directly
no outgoing calls
no test coverage detected