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

Class AppendixEvidenceItem

scripts/contracts.py:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444
445
446class AppendixEvidenceItem(TypedDict, total=False):
447 evidence: str
448 source_section: str
449 page_hint: str
450 kind_hint: str
451
452
453class EvidencePack(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected