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

Class Purpose

StegaPy/plugin/base.py:27–30  ·  view source on GitHub ↗

插件用途枚举

Source from the content-addressed store, hash-verified

25
26
27class Purpose(Enum):
28 """插件用途枚举"""
29 DATA_HIDING = "DATA_HIDING" # 数据隐藏
30 WATERMARKING = "WATERMARKING" # 数字水印
31
32
33class StegaPyPlugin:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected