MCPcopy Index your code
hub / github.com/PDFMathTranslate/PDFMathTranslate / clear

Method clear

pdf2zh/config.py:196–201  ·  view source on GitHub ↗

删除配置值并保存

(cls)

Source from the content-addressed store, hash-verified

194
195 @classmethod
196 def clear(cls):
197 """删除配置值并保存"""
198 instance = cls.get_instance()
199 with instance._lock:
200 instance._config_data = {}
201 instance._save_config()
202
203 @classmethod
204 def all(cls):

Calls 2

get_instanceMethod · 0.80
_save_configMethod · 0.80