MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / __call__

Method __call__

tests/test_generate_answer_node.py:20–21  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

18
19class DummyLLM:
20 def __call__(self, *args, **kwargs):
21 return "dummy response"
22
23
24class DummyLogger:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected