Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Dparse.py608 _hextobyte = None variable
627 global _hextobyte
628 if _hextobyte is None:
629 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)
633 append(_hextobyte[item[:2]])