Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wechatpy/wechatpy
/ to_xml
Method
to_xml
wechatpy/fields.py:56–57 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
54
self.default = default
55
56
def
to_xml(self, value):
57
raise
NotImplementedError()
58
59
@classmethod
60
def
from_xml(cls, value):
Callers
3
render
Method · 0.45
test_base64encode_field_to_xml
Method · 0.45
test_base64decode_field_to_xml
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_base64encode_field_to_xml
Method · 0.36
test_base64decode_field_to_xml
Method · 0.36