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

Function _src

tests/knowledge/test_news.py:16–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def _src() -> SourceRef:
17 return SourceRef(kind="rss", uri="https://feeds.example.com/markets")
18
19
20class NewsTests(unittest.TestCase):

Callers 3

test_minimalMethod · 0.70
test_sentiment_enumMethod · 0.70
test_embedding_textMethod · 0.70

Calls 1

SourceRefClass · 0.90

Tested by

no test coverage detected