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

Method __init__

tests/graphs/abstract_graph_test.py:79–80  ·  view source on GitHub ↗
(self, prompt: str, config: dict)

Source from the content-addressed store, hash-verified

77
78class TestGraph(AbstractGraph):
79 def __init__(self, prompt: str, config: dict):
80 super().__init__(prompt, config)
81
82 def _create_graph(self) -> BaseGraph:
83 fetch_node = FetchNode(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected