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

Method __init__

tests/test_script_creator_multi_graph.py:18–20  ·  view source on GitHub ↗
(self, final_state, execution_info)

Source from the content-addressed store, hash-verified

16# Dummy classes to simulate behavior for testing
17class DummyGraph:
18 def __init__(self, final_state, execution_info):
19 self.final_state = final_state
20 self.execution_info = execution_info
21
22 def execute(self, inputs):
23 return self.final_state, self.execution_info

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected