Lines Matching full:ascii
293 '''Dump the register value given a native byte order encoded hex ASCII byte string.'''661 ascii = ''665 if ascii:666 print ' ', ascii667 ascii = ''671 ascii += '%c' % uval673 ascii += '.'676 if ascii:677 print ' ', ascii678 ascii = ''