Python sunau Functions

EditRocket provides the following information on sunau functions in the Python source code builder.

open(file, mode) - If file is a string, open the file by that name, otherwise treat it as a seekable file-like object.

openfp(file, mode) - A synonym for open, maintained for backwards compatibility.