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

Method __init__

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

Source from the content-addressed store, hash-verified

742
743 class DummyBrowser:
744 def __init__(self):
745 self.last_context_kwargs = None
746
747 async def new_context(self, **kwargs):
748 self.last_context_kwargs = kwargs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected