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

Class EquationCandidate

scripts/contracts.py:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375
376class EquationCandidate(TypedDict, total=False):
377 equation: str
378 source_section: str
379 kind_hint: str
380
381
382class ReferenceCandidate(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected