FieldRef

class astropy.io.votable.tree.FieldRef(table, ref, ucd=None, utype=None, config={}, pos=None, **extra)[source] [edit on github]

Bases: astropy.io.votable.tree.SimpleElement, astropy.io.votable.tree._UtypeProperty, astropy.io.votable.tree._UcdProperty

FIELDref element: used inside of GROUP elements to refer to remote FIELD elements.

Attributes Summary

ref The ID of the FIELD that this FIELDref references.

Methods Summary

get_ref() Lookup the Field instance that this FieldRef references.

Attributes Documentation

ref None[source]

The ID of the FIELD that this FIELDref references.

Methods Documentation

get_ref()[source] [edit on github]

Lookup the Field instance that this FieldRef references.

Page Contents