Searched refs:unhex (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dquopri.py150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dquopri.py150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function

Completed in 70 milliseconds