class documentation

class AnyCardType(CardType):

View In Hierarchy

The AnyCardType matches any card.

Method __init__ CardType constructor.
Method matches Always returns true, i.e. AnyCardType matches any card.
def __init__(self):

CardType constructor.

def matches(self, atr, reader=None):

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

Parameters
atrthe atr to chek for matching
readerthe reader (optional); default is None