Searched refs:_hextochr (Results 1 – 2 of 2) sorted by relevance
332 _hextochr = dict((a+b, chr(int(a+b,16))) variable357 append(_hextochr[item[:2]])
1216 _hextochr = dict((a + b, chr(int(a + b, 16))) variable1241 append(_hextochr[item[:2]])