Home
last modified time | relevance | path

Searched refs:fileobj_name (Results 1 – 7 of 7) sorted by path

/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A Dconvenience.py70 from .util import fileobj_closed, fileobj_name, fileobj_mode, _is_int
1121 name = fileobj_name(filename) or ''
H A Dfile.py20 from .util import (isreadable, iswritable, isfile, fileobj_open, fileobj_name,
164 self.name = fileobj_name(fileobj)
H A Dutil.py393 def fileobj_name(f): function
410 return fileobj_name(f.fileobj)
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/hdu/
H A Dnonstandard.py10 from astropy.io.fits.util import fileobj_name
74 name = fileobj_name(hdulist._file)
H A Dstreaming.py12 from astropy.io.fits.util import fileobj_name
71 filename = fileobj_name(name) or ''
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A D_util.py100 def fileobj_name(fileobj): function
229 yield FileThing(fileobj, filename, filename or fileobj_name(fileobj))
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__util.py5 resize_bytes, seek_end, mmap_move, verify_fileobj, fileobj_name, \
709 self.assertEqual(fileobj_name(Foo()), "123")
713 self.assertEqual(fileobj_name(h), text_type(h.name))