MCPcopy Index your code
hub / github.com/geekcomputers/Python / set_card

Method set_card

Credit_Card_Validator.py:74–75  ·  view source on GitHub ↗
(cls, card_to_check)

Source from the content-addressed store, hash-verified

72
73 @classmethod
74 def set_card(cls, card_to_check):
75 return cls(card_to_check)
76
77
78card_number = input()

Callers 1

Calls 1

clsFunction · 0.85

Tested by

no test coverage detected