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

Class DummyGraphCapture

tests/test_csv_scraper_multi_graph.py:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 to the graph's execute method and returns the expected answer."""
122
123 class DummyGraphCapture:
124 def __init__(self):
125 self.captured_inputs = None
126
127 def execute(self, inputs):
128 self.captured_inputs = inputs
129 return ({"answer": "captured answer"}, {})
130
131 prompt = "Argument test prompt"
132 source = ["url_arg1", "url_arg2"]

Callers 1

Calls

no outgoing calls

Tested by 1