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

Method keys

nonebot/internal/matcher/manager.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return isinstance(other, MatcherManager) and self.provider == other.provider
44
45 def keys(self) -> KeysView[int]:
46 return self.provider.keys()
47
48 def values(self) -> ValuesView[list[type["Matcher"]]]:
49 return self.provider.values()

Callers 5

handle_eventFunction · 0.45
third_party_pluginsMethod · 0.45
searched_pluginsMethod · 0.45
test_segment_dataFunction · 0.45
useToolbarFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_segment_dataFunction · 0.36