bundles / astropy latest / astropy / io / fits / util / isfile
function
astropy.io.fits.util:isfile
source: /astropy/io/fits/util.py :330
Signature
def isfile ( f ) Summary
Returns True if the given object represents an OS-level file (that is, isinstance(f, file)).
Extended Summary
This also returns True if the given object is higher level wrapper on top of a FileIO object, such as a TextIOWrapper.
Aliases
-
astropy.io.fits.file.isfile