writeto

astropy.io.votable.table.writeto(table, file)[source] [edit on github]

Writes a astropy.io.vo.VOTableFile to a VOTABLE xml file.

Parameters :

table : astropy.io.vo.VOTableFile or astropy.table.Table instance.

file : str or writable file-like object

Path or file object to write to

Page Contents