OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinHex
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py
1
"""Macintosh
binhex
compression/decompression.
4
binhex
(inputfilename, outputfilename)
29
__all__ = ["
binhex
","hexbin","Error"]
172
class
BinHex
:
178
ofp.write('(This file must be converted with
BinHex
4.0)\n\n:')
250
def
binhex
(inp, out):
function
251
"""(infilename, outfilename) - Create
binhex
-encoded copy of a file"""
253
ofp =
BinHex
(finfo, out)
305
'Premature EOF on
binhex
file'
310
raise Error, 'Premature EOF on
binhex
file
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py
1
"""Macintosh
binhex
compression/decompression.
4
binhex
(inputfilename, outputfilename)
29
__all__ = ["
binhex
","hexbin","Error"]
172
class
BinHex
:
178
ofp.write('(This file must be converted with
BinHex
4.0)\n\n:')
250
def
binhex
(inp, out):
function
251
"""(infilename, outfilename) - Create
binhex
-encoded copy of a file"""
253
ofp =
BinHex
(finfo, out)
305
'Premature EOF on
binhex
file'
310
raise Error, 'Premature EOF on
binhex
file
[
all
...]
Completed in 22 milliseconds