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

Method get_description

StegaPy/plugin/base.py:48–50  ·  view source on GitHub ↗

获取插件描述

(self)

Source from the content-addressed store, hash-verified

46 raise NotImplementedError
47
48 def get_description(self) -> str:
49 """获取插件描述"""
50 raise NotImplementedError
51
52 def embed_data(self, msg: bytes, msg_filename: Optional[str],
53 cover: bytes, cover_filename: Optional[str],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected