Searched refs:_hextobyte (Results 1 – 1 of 1) sorted by relevance
608 _hextobyte = None variable627 global _hextobyte628 if _hextobyte is None:629 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)633 append(_hextobyte[item[:2]])