Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nonebot/nonebot2
/ items
Method
items
nonebot/internal/matcher/manager.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
return
self.provider.values()
50
51
def
items(self) -> ItemsView[int, list[type[
"Matcher"
]]]:
52
return
self.provider.items()
53
54
@overload
55
def
get(self, key: int) -> list[type[
"Matcher"
]] | None: ...
Callers
15
_parse_env_vars
Method · 0.45
_explode_env_vars
Method · 0.45
exclude_unset
Function · 0.45
deep_update
Function · 0.45
extra
Method · 0.45
model_fields
Function · 0.45
_controlled_modules
Function · 0.45
_find_parent_plugin_id
Function · 0.45
controlled_modules
Method · 0.45
_previous_controlled_modules
Method · 0.45
_handle_http
Method · 0.45
_handle_ws
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_http_client_session
Function · 0.36
test_segment_data
Function · 0.36