Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ values
Method
values
nonebot/internal/matcher/manager.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
return
self.provider.keys()
47
48
def
values(self) -> ValuesView[list[type[
"Matcher"
]]]:
49
return
self.provider.values()
50
51
def
items(self) -> ItemsView[int, list[type[
"Matcher"
]]]:
52
return
self.provider.items()
Callers
11
get_bot
Function · 0.45
model_fields
Function · 0.45
get_plugin_by_module_name
Function · 0.45
get_loaded_plugins
Function · 0.45
load_from_toml
Function · 0.45
_find_manager_by_name
Function · 0.45
load_plugin
Method · 0.45
find_spec
Method · 0.45
get_typed_signature
Function · 0.45
parse_params
Method · 0.45
test_segment_data
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_segment_data
Function · 0.36