MCPcopy
hub / github.com/PDFMathTranslate/PDFMathTranslate / remove

Method remove

pdf2zh/config.py:211–214  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

209
210 @classmethod
211 def remove(cls):
212 instance = cls.get_instance()
213 with instance._lock:
214 os.remove(instance._config_path)

Callers 2

init_dbFunction · 0.80
clean_test_dbFunction · 0.80

Calls 1

get_instanceMethod · 0.80

Tested by

no test coverage detected