ContentMixin¶
- class pyvo.utils.xml.elements.ContentMixin(config=None, pos=None, _name=None, _ns=None, **kwargs)[source]¶
Bases:
ElementMixin class for elements with inner content.
Attributes Summary
The inner content of the element.
Methods Summary
to_xml(w, **kwargs)Attributes Documentation
- content¶
The inner content of the element.
Methods Documentation