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

Method get_message

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

Source from the content-addressed store, hash-verified

113
114 @override
115 def get_message(self) -> "Message":
116 if _message is not None:
117 return _message
118 raise NotImplementedError
119
120 @override
121 def is_tome(self) -> bool:

Callers 3

test_eventFunction · 0.45
receiveFunction · 0.45
combineFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_eventFunction · 0.36