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

Method get_purposes

StegaPy/plugin/base.py:44–46  ·  view source on GitHub ↗

获取插件支持的用途

(self)

Source from the content-addressed store, hash-verified

42 raise NotImplementedError
43
44 def get_purposes(self) -> List[Purpose]:
45 """获取插件支持的用途"""
46 raise NotImplementedError
47
48 def get_description(self) -> str:
49 """获取插件描述"""

Callers 11

embed_dataMethod · 0.45
extract_dataMethod · 0.45
embed_markMethod · 0.45
check_markMethod · 0.45
generate_signatureMethod · 0.45
extract_dataFunction · 0.45
check_markFunction · 0.45
generate_signatureFunction · 0.45
embed_dataFunction · 0.45
extract_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected