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

Method join

nonebot/internal/adapter/message.py:88–89  ·  view source on GitHub ↗
(self, iterable: Iterable[Self | TM])

Source from the content-addressed store, hash-verified

86 return asdict(self).items()
87
88 def join(self, iterable: Iterable[Self | TM]) -> TM:
89 return self.get_message_class()(self).join(iterable)
90
91 def copy(self) -> Self:
92 return deepcopy(self)

Callers

nothing calls this directly

Calls 2

get_message_classMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected