HomeSort by relevance Sort by last modified time
    Searched refs:hexes (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 26 hexes = tail[1:]
27 if len(hexes) < 2:
30 i = int(hexes, 16)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 26 hexes = tail[1:]
27 if len(hexes) < 2:
30 i = int(hexes, 16)

Completed in 54 milliseconds