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

Method __or__

tests/test_generate_answer_node.py:64–65  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

62 simulating chain composition."""
63
64 def __or__(self, other):
65 return self
66
67 def __call__(self, *args, **kwargs):
68 return {"content": "script single-chunk answer"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected