get_file_contents¶
-
astropy.utils.data.get_file_contents(*args, **kwargs)[source]¶ Retrieves the contents of a filename or file-like object.
See the
get_readable_fileobjdocstring for details on parameters.Returns: - content
The content of the file (as requested by
encoding).