Searched refs:_hextobyte (Results 1 – 1 of 1) sorted by relevance
582 _hextobyte = None variable601 global _hextobyte602 if _hextobyte is None:603 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)607 append(_hextobyte[item[:2]])