xmlattribute¶
- class pyvo.utils.xml.elements.xmlattribute(fget=None, fset=None, fdel=None, doc=None, name=None)[source]¶
Bases:
propertyMethods Summary
__call__(fget)Call self as a function.
deleter(fdel)Descriptor to obtain a copy of the property with a different deleter.
getter(fget)Descriptor to obtain a copy of the property with a different getter.
setter(fset)Descriptor to obtain a copy of the property with a different setter.
Methods Documentation