MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / unique_keys

Function unique_keys

botasaurus/links.py:30–31  ·  view source on GitHub ↗
(all_urls)

Source from the content-addressed store, hash-verified

28
29
30def unique_keys(all_urls):
31 return list(dict.fromkeys(all_urls))
32
33
34def extractor_decorator(func):

Callers 1

sitemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected