Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dbinhex.rst28 .. function:: hexbin(input[, output])
62 As of this writing, :func:`hexbin` appears to not work in all cases.
/external/python/cpython2/Lib/test/
Dtest_binhex.py34 binhex.hexbin(self.fname2, self.fname1)
/external/python/cpython3/Lib/test/
Dtest_binhex.py32 binhex.hexbin(self.fname2, self.fname1)
/external/python/cpython3/Doc/library/
Dbinhex.rst24 .. function:: hexbin(input, output)
/external/python/cpython2/Lib/
Dbinhex.py482 def hexbin(inp, out): function
513 hexbin(fname+'.hqx', fname+'.viahqx')
/external/python/cpython3/Lib/
Dbinhex.py454 def hexbin(inp, out): function