Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/urllib/
Dparse.py582 _hextobyte = None variable
601 global _hextobyte
602 if _hextobyte is None:
603 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)
607 append(_hextobyte[item[:2]])