MCPcopy
hub / github.com/nonebot/nonebot2 / searched_plugins

Method searched_plugins

nonebot/plugin/manager.py:66–68  ·  view source on GitHub ↗

返回已搜索到的插件标识符。

(self)

Source from the content-addressed store, hash-verified

64
65 @property
66 def searched_plugins(self) -> set[str]:
67 """返回已搜索到的插件标识符。"""
68 return set(self._searched_plugin_ids.keys())
69
70 @property
71 def available_plugins(self) -> set[str]:

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected