MCPcopy Create free account
hub / github.com/doraemonext/wechat-python-sdk / render

Method render

wechat_sdk/reply.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 super(TextReply, self).__init__(message=message, content=content)
45
46 def render(self):
47 return TextReply.TEMPLATE.format(**self._args)
48
49
50class ImageReply(WechatReply):

Callers 6

response_textMethod · 0.45
response_imageMethod · 0.45
response_voiceMethod · 0.45
response_videoMethod · 0.45
response_musicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected