Lines Matching refs:text
71 def encode(self, text):74 text = text.upper()75 text.replace('(', '')76 text.replace(')', '')78 text = '(' + text + self.checksum(text) + ')'81 for char in text:89 def checksum(self, text):92 for char in text: