MCPcopy 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_varsMethod · 0.45
_explode_env_varsMethod · 0.45
exclude_unsetFunction · 0.45
deep_updateFunction · 0.45
extraMethod · 0.45
model_fieldsFunction · 0.45
_controlled_modulesFunction · 0.45
_find_parent_plugin_idFunction · 0.45
controlled_modulesMethod · 0.45
_handle_httpMethod · 0.45
_handle_wsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_http_client_sessionFunction · 0.36
test_segment_dataFunction · 0.36