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

Method __init__

tests/test_omni_search_graph.py:9–10  ·  view source on GitHub ↗
(self, final_state)

Source from the content-addressed store, hash-verified

7# Create a dummy graph class to simulate graph execution
8class DummyGraph:
9 def __init__(self, final_state):
10 self.final_state = final_state
11
12 def execute(self, inputs):
13 # Return final_state and dummy execution info

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected