Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Method · 0.45
extract_data
Method · 0.45
embed_mark
Method · 0.45
check_mark
Method · 0.45
generate_signature
Method · 0.45
get_plugins_by_purpose
Method · 0.45
extract_data
Function · 0.45
check_mark
Function · 0.45
generate_signature
Function · 0.45
embed_data
Function · 0.45
extract_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected