class documentation
The AnyCardType matches any card.
Method | __init__ |
CardType constructor. |
Method | matches |
Always returns true, i.e. AnyCardType matches any card. |
overrides
smartcard.CardType.CardType.matches
Always returns true, i.e. AnyCardType matches any card.
Parameters | |
atr | the atr to check for matching |
reader | the reader (optional); default is None |