MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / _src

Function _src

tests/knowledge/test_roundtrip.py:30–31  ·  view source on GitHub ↗
(kind: str = "manual")

Source from the content-addressed store, hash-verified

28def _now() -> datetime:
29 return datetime(2026, 4, 27, tzinfo=timezone.utc)
30
31
32def _src(kind: str = "manual") -> SourceRef:
33 return SourceRef(kind=kind) # type: ignore[arg-type]
34

Callers 6

test_newsMethod · 0.70
test_earningsMethod · 0.70
test_factorMethod · 0.70
test_thesisMethod · 0.70
_build_paperMethod · 0.70

Calls 1

SourceRefClass · 0.90

Tested by

no test coverage detected