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

Method __call__

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

Source from the content-addressed store, hash-verified

65 return self
66
67 def __call__(self, *args, **kwargs):
68 return {"content": "script single-chunk answer"}
69
70
71@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected