MCPcopy
hub / github.com/wechatpy/wechatpy / __to_text

Method __to_text

wechatpy/fields.py:81–82  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

79class StringField(BaseField):
80
81 def __to_text(self, value):
82 return to_text(value)
83
84 converter = __to_text
85

Callers

nothing calls this directly

Calls 1

to_textFunction · 0.90

Tested by

no test coverage detected