Searched refs:_hextobyte (Results 1 – 1 of 1) sorted by relevance
602 _hextobyte = None variable621 global _hextobyte622 if _hextobyte is None:623 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)627 append(_hextobyte[item[:2]])