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

Method __init__

tests/test_chromium.py:2039–2040  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2037
2038 class DummyContext:
2039 def __init__(self):
2040 self.new_page_called = False
2041
2042 async def new_page(self):
2043 self.new_page_called = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected