MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / load_record

Function load_record

scripts/plan_figure_table_decisions.py:32–36  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

30
31
32def load_record(value: str) -> dict[str, Any]:
33 record = maybe_load_json_record(value)
34 if record is None:
35 raise SystemExit(f"Expected JSON object for {value!r}.")
36 return record
37
38
39def normalize_label(label: str) -> str:

Callers 1

mainFunction · 0.70

Calls 1

maybe_load_json_recordFunction · 0.90

Tested by

no test coverage detected