重置配置
(self, config: Optional[StegaPyConfig] = None)
| 111 | return self.config |
| 112 | |
| 113 | def reset_config(self, config: Optional[StegaPyConfig] = None): |
| 114 | """重置配置""" |
| 115 | self.config = config or self.create_config() |
| 116 |
nothing calls this directly
no test coverage detected