ContentMixin

class pyvo.utils.xml.elements.ContentMixin(config=None, pos=None, _name=None, _ns=None, **kwargs)[source]

Bases: Element

Mixin class for elements with inner content.

Attributes Summary

content

The inner content of the element.

Methods Summary

to_xml(w, **kwargs)

Attributes Documentation

content

The inner content of the element.

Methods Documentation

to_xml(w, **kwargs)[source]