Home | History | Annotate | Download | only in python

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 ' ', ascii
667 ascii = ''
671 ascii += '%c' % uval
673 ascii += '.'
676 if ascii:
677 print ' ', ascii
678 ascii = ''