Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_event
Function · 0.45
receive
Function · 0.45
combine
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_event
Function · 0.36