Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_db
Function · 0.80
clean_test_db
Function · 0.80
Calls
1
get_instance
Method · 0.80
Tested by
no test coverage detected