Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ third_party_plugins
Method
third_party_plugins
nonebot/plugin/manager.py:61–63 ·
view source on GitHub ↗
返回所有独立插件标识符。
(self)
Source
from the content-addressed store, hash-verified
59
60
@property
61
def
third_party_plugins(self) -> set[str]:
62
""
"返回所有独立插件标识符。"
""
63
return
set(self._third_party_plugin_ids.keys())
64
65
@property
66
def
searched_plugins(self) -> set[str]:
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected