from_table¶
-
astropy.io.votable.from_table(table, table_id=None)[source]¶ Given an
Tableobject, return aVOTableFilefile structure containing just that single table.Parameters: Returns: - votable :
VOTableFileinstance
- votable :
astropy.io.votable.from_table(table, table_id=None)[source]¶Given an Table object, return a
VOTableFile file structure containing
just that single table.
| Parameters: | |
|---|---|
| Returns: |
|