Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoshData/python-email-validator
/ get
Method
get
tests/test_deliverability.py:74–75 ·
view source on GitHub ↗
(self, key: Any)
Source
from the content-addressed store, hash-verified
72
self.cache: Dict[Any, Any] = {}
73
74
def
get(self, key: Any) -> Any:
75
return
self.cache.get(key)
76
77
def
put(self, key: Any, value: Any) -> Any:
78
self.cache[key] = value
Callers
3
test_deliverability_dns_timeout
Function · 0.45
as_dict
Method · 0.45
validate_email
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected