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

Method __init__

tests/test_csv_scraper_multi_graph.py:34–38  ·  view source on GitHub ↗
(self, nodes, edges, entry_point, graph_name)

Source from the content-addressed store, hash-verified

32 """Dummy BaseGraph to test _create_graph method without side effects."""
33
34 def __init__(self, nodes, edges, entry_point, graph_name):
35 self.nodes = nodes
36 self.edges = edges
37 self.entry_point = entry_point
38 self.graph_name = graph_name
39
40 config = {
41 "llm": {"model": "dummy_model", "model_provider": "dummy_provider"},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected