MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / accept

Method accept

src/wechaty/types.py:59–63  ·  view source on GitHub ↗

derived classes must implement this function

(self)

Source from the content-addressed store, hash-verified

57 wechaty acceptable interface
58 """
59 async def accept(self) -> None:
60 """
61 derived classes must implement this function
62 """
63 raise NotImplementedError
64
65
66EndPoint = Tuple[str, int]

Callers 1

on_friendshipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected