获取配置
(self)
| 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 | """重置配置""" |
nothing calls this directly
no outgoing calls
no test coverage detected