Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doraemonext/wechat-python-sdk
/ __init__
Method
__init__
wechat_sdk/messages.py:27–29 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
25
@handle_for_type(
'text'
)
26
class
TextMessage(WechatMessage):
27
def
__init__(self, message):
28
self.content = message.pop(
'Content'
,
''
)
29
super(TextMessage, self).__init__(message)
30
31
32
@handle_for_type(
'image'
)
Callers
8
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected