get_xml_encoding

astropy.utils.xml.iterparser.get_xml_encoding(source) [edit on github][source]

Determine the encoding of an XML file by reading its header.

Parameters :source : readable file-like object, read function or str path
Returns :encoding : str

Page Contents