MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / get

Method get

tests/test_chromium.py:530–535  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

528 driver_instances.append(self)
529
530 def get(self, url):
531 # Force a failure on the first attempt then succeed on subsequent attempts.
532 if attempt_counter[0] < 1:
533 attempt_counter[0] += 1
534 raise aiohttp.ClientError("Forced failure")
535 # If no failure, simply pass.
536
537 @property
538 def page_source(self):

Callers 15

__init__Method · 0.80
scrape_do_fetchFunction · 0.80
_parse_proxyFunction · 0.80
_search_proxyFunction · 0.80
is_boto3_clientFunction · 0.80
syntax_focused_analysisFunction · 0.80
_search_duckduckgoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected