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

Function main

ExtractPhoneNumberEmail/PhoneEmailExtraction.py:65–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def main():
66 # Call functions to check for phone numbers and email addresses
67 PhoneNumCheck()
68 EmailCheck()
69
70 # Print the matches
71 PrintMatches()
72
73
74if __name__ == "__main__":

Callers 1

Calls 3

PhoneNumCheckFunction · 0.85
EmailCheckFunction · 0.85
PrintMatchesFunction · 0.85

Tested by

no test coverage detected