MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / AddressValidator.py

File AddressValidator.py

Address Validator/AddressValidator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def addressVal(address):
2 dot = address.find(".")
3 at = address.find("@")
4 if (dot == -1):

Callers

nothing calls this directly

Calls 1

addressValFunction · 0.85

Tested by

no test coverage detected