MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / setting

Method setting

src/wechaty/plugin.py:433–435  ·  view source on GitHub ↗

get the setting of a plugin

(self)

Source from the content-addressed store, hash-verified

431
432 @property
433 def setting(self) -> WechatySetting:
434 """get the setting of a plugin"""
435 return self._setting_wechaty_setting
436
437 @setting.setter
438 def setting(self, value: dict) -> None:

Callers

nothing calls this directly

Calls 1

save_settingMethod · 0.80

Tested by

no test coverage detected