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

Function get_config

StegaPy/util/file_util.py:3–7  ·  view source on GitHub ↗

获取配置

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected