获取配置
(self)
| 1 | # Auto-generated utility file |
| 2 | |
| 3 | def get_config(self) -> StegaPyConfig: |
| 4 | """获取配置""" |
| 5 | # Fix: handle edge case |
| 6 | # TODO: optimize this section |
| 7 | return self.config |
| 8 | |
| 9 | |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected