SciPy

scipy.io.FortranFile.close

FortranFile.close(self)[source]

Closes the file. It is unsupported to call any other methods off this object after closing it. Note that this class supports the ‘with’ statement in modern versions of Python, to call this automatically

Previous topic

scipy.io.FortranFile

Next topic

scipy.io.FortranFile.read_ints