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