MCPcopy 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

as_dictMethod · 0.45
validate_emailFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected