Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ copy
Method
copy
nonebot/internal/adapter/message.py:405–407 ·
view source on GitHub ↗
深拷贝消息
(self)
Source
from the content-addressed store, hash-verified
403
return
ret
404
405
def
copy(self) -> Self:
406
""
"深拷贝消息"
""
407
return
deepcopy(self)
408
409
def
include(self, *types: str) -> Self:
410
""
"过滤消息
Callers
15
__add__
Method · 0.95
deep_update
Function · 0.45
get_value
Method · 0.45
get_adapters
Function · 0.45
handle_event
Function · 0.45
_get_final_kwargs
Method · 0.45
request
Method · 0.45
stream_request
Method · 0.45
_handle_ws
Method · 0.45
__init__
Method · 0.45
join
Method · 0.45
test_unset
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_unset
Function · 0.36
_wrapper
Function · 0.36
test_get_available_plugin
Function · 0.36
test_segment_copy
Function · 0.36