Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Dparse.py610 _hextobyte = None variable
629 global _hextobyte
630 if _hextobyte is None:
631 _hextobyte = {(a + b).encode(): bytes.fromhex(a + b)
635 append(_hextobyte[item[:2]])