Home
last modified time | relevance | path

Searched refs:_hextobyte (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/urllib/
Dparse.py602 _hextobyte = None variable
621 global _hextobyte
622 if _hextobyte is None:
623 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)
627 append(_hextobyte[item[:2]])