MCPcopy
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

renderMethod · 0.45

Calls

no outgoing calls