MCPcopy
hub / github.com/wechaty/python-wechaty / to_dict

Method to_dict

src/wechaty/utils/data_util.py:108–110  ·  view source on GitHub ↗

return the dict data

(self)

Source from the content-addressed store, hash-verified

106 self.save_setting(self.data)
107
108 def to_dict(self) -> dict:
109 """return the dict data"""
110 return self.read_setting()
111
112
113# class QCloudSetting(WechatySetting):

Callers 1

get_plugin_settingMethod · 0.80

Calls 1

read_settingMethod · 0.95

Tested by

no test coverage detected