binhex.hexbin()

binhex.hexbin(input, output)

Decode a binhex file input. input may be a filename or a file-like object supporting read() and close() methods. The resulting file is written to a file named output, unless the argument is None in which case the output filename is read from the binhex file.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.