Package smartcard :: Module CardType :: Class AnyCardType
[hide private]
[frames] | no frames]

Class AnyCardType

source code


The AnyCardType matches any card.

Instance Methods [hide private]
 
matches(self, atr, reader=None)
Always returns true, i.e.
source code

Inherited from CardType: __init__

Method Details [hide private]

matches(self, atr, reader=None)

source code 

Always returns true, i.e. AnyCardType matches any card.

atr: the atr to chek for matching reader: the reader (optional); default is None

Overrides: CardType.matches