JobFile¶
-
class
pyvo.io.uws.endpoint.JobFile(config=None, pos=None, **kwargs)[source]¶ Bases:
pyvo.io.uws.tree.JobSummaryavailability element: represents an entire file. The keyword arguments correspond to setting members of the same name, documented below.
Attributes Summary
Methods Summary
parse(iterator, config)For internal use.
to_xml(fd)Attributes Documentation
-
version¶
Methods Documentation
-
parse(iterator, config)[source]¶ For internal use. Parse the XML content of the children of the element. Override this method and do after-parse checks after calling
super().parse, if you need to.- Parameters
- iteratorxml iterator
An iterator over XML elements as returned by
get_xml_iterator.- configdict
The configuration dictionary that affects how certain elements are read.
-