Searched refs:_hextobyte (Results 1 – 1 of 1) sorted by relevance
610 _hextobyte = None variable629 global _hextobyte630 if _hextobyte is None:631 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)635 append(_hextobyte[item[:2]])