{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / _fortran / FortranEOFError

class

scipy.io._fortran:FortranEOFError

source: /scipy/io/_fortran.py :13

Summary

Indicates that the file ended properly.

Extended Summary

This error descends from TypeError because the code used to raise TypeError (and this was the only way to know that the file had ended) so users might have except TypeError:.

Aliases

  • scipy.io.FortranEOFError