Home | History | Annotate | Download | only in python2.7

Lines Matching full:bcd

731 def _bcd2str(bcd):
733 return hex(bcd)[2:]