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

Method get_all_plugins

StegaPy/plugin_manager.py:55–59  ·  view source on GitHub ↗

获取当前系统已加载的所有插件列表。

(cls)

Source from the content-addressed store, hash-verified

53
54 @classmethod
55 def get_all_plugins(cls) -> List[StegaPyPlugin]:
56 """获取当前系统已加载的所有插件列表。"""
57 if not cls._initialized:
58 cls.load_plugins()
59 return list(cls._plugins.values())
60
61 @classmethod
62 def get_plugins_by_purpose(cls, purpose):

Callers

nothing calls this directly

Calls 1

load_pluginsMethod · 0.80

Tested by

no test coverage detected