class documentation

Data held in a QR compatible format.

Doesn't currently handle KANJI.

Method __init__ If ``mode`` isn't provided, the most compact QR data type possible is chosen.
Method __len__ Undocumented
Method __repr__ Undocumented
Method write Undocumented
Instance Variable data Undocumented
Instance Variable mode Undocumented
def __init__(self, data, mode=None, check_data=True):

If ``mode`` isn't provided, the most compact QR data type possible is chosen.

def __len__(self):

Undocumented

def __repr__(self):

Undocumented

def write(self, buffer):

Undocumented

data =

Undocumented

mode =

Undocumented