MCPcopy Index your code
hub / github.com/JoshData/python-email-validator / caching_resolver

Function caching_resolver

email_validator/__init__.py:17–21  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

15 from .deliverability import caching_resolver
16else:
17 def caching_resolver(*args, **kwargs):
18 # Lazy load `deliverability` as it is slow to import (due to dns.resolver)
19 from .deliverability import caching_resolver
20
21 return caching_resolver(*args, **kwargs)
22
23
24# These global attributes are a part of the library's API and can be

Callers 2

mainFunction · 0.70

Calls

no outgoing calls

Tested by 1