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

Method __init__

tests/test_csv_scraper_multi_graph.py:15–16  ·  view source on GitHub ↗
(self, answer)

Source from the content-addressed store, hash-verified

13 """Dummy graph that returns a predefined answer."""
14
15 def __init__(self, answer):
16 self.answer = answer
17
18 def execute(self, inputs):
19 # Returns a tuple of (final_state, execution_info)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected