pyVO utilities (pyvo.utils
)¶
This subpackage collects a few packages intended to help developing and maintaining pyVO. All of this is not part of pyVO’s public API and may change at any time. It is documented here for the convenience of the maintainers and to help users when the effects of this code becomes user-visible.
Reference/API¶
pyvo.utils.xml.elements Module¶
Functions¶
|
Factory for generating add functions for elements with complex content. |
|
Factory for generating add functions for elements with simple content. |
|
Parses an xml file (or file-like object), and returns a object of specified object_type. |
Classes¶
|
|
|
|
|
A base class for all classes that represent XML elements. |
|
An XML element that supports type dispatch through xsi:type. |
|
Mixin class for elements with inner content. |