Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ DummyFiles
Class
DummyFiles
tests/test_batch_api.py:209–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
text = jsonl_output
208
209
class
DummyFiles:
210
def
content(self, file_id):
211
return
DummyFileContent()
212
213
class
DummyClient:
214
files = DummyFiles()
Callers
1
DummyClient
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected