Link

Bases: astropy.io.votable.tree.SimpleElement, astropy.io.votable.tree._IDProperty

LINK elements: used to reference external documents and servers through a URI.

The keyword arguments correspond to setting members of the same name, documented below.

Attributes Summary

href A URI to an arbitrary protocol.
content_role Defines the MIME role of the referenced object.
content_type Defines the MIME content type of the referenced object.

Methods Summary

to_table_column(column)
from_table_column(d)

Attributes Documentation

href[source]

A URI to an arbitrary protocol. The vo package only supports http and anonymous ftp.

content_role[source]

Defines the MIME role of the referenced object. Must be one of:

None, ‘query’, ‘hints’, ‘doc’ or ‘location’
content_type[source]

Defines the MIME content type of the referenced object.

Methods Documentation

to_table_column(column) [edit on github][source]
classmethod from_table_column(d) [edit on github][source]

Page Contents