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