Lines Matching defs:ascii
78 def ascii(text):
79 return text.decode('ascii', 'ignore')
397 out = ascii(fp.read()).strip()
538 line = ascii(line).replace('\r\n', '')
552 line = ascii(line).replace('\r\n', '')
1024 props[dev].altname = ascii(fp.read())
1031 idp = ascii(fp.read()).strip()
1087 info = ascii(fp.read()).strip()
1111 info = ascii(fp.read()).strip()
1174 out = ascii(fp.read()).strip()
1186 line = ascii(line)
1216 out = ascii(fp.read()).strip()
1343 m = re.match('[\s]*Monitor is (?P<m>.*)', ascii(line))
3185 data = ascii(line).split()
5582 op.write(ascii(fp.read()))
5882 '' % (ascii(table[0]), ascii(table[0]), table[1], table[2],
5883 table[3], ascii(table[4]), ascii(table[5]), table[6],
5884 ascii(table[7]), table[8]))
5927 '' % (rectype[header[0]], ascii(rechead[0]), record[4], record[5],
5931 pprint('%s (%s)' % (rectype[header[0]], ascii(rechead[0])))