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

Method get_type

tests/utils.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 class FakeEvent(Base):
90 @override
91 def get_type(self) -> str:
92 return _type
93
94 @override
95 def get_event_name(self) -> str:

Callers 1

test_eventFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_eventFunction · 0.36