Table

class pyvo.io.vosi.vodataservice.Table(config=None, pos=None, _name='table', version='1.1', **kwargs)[source]

Bases: VODataServiceTable

Deprecated since version 1.5: The Table class is deprecated and may be removed in a future version. Use VODataServiceTable instead.

Deprecated since version 1.5: The Table class is deprecated and may be removed in a future version. Use VODataServiceTable instead.

Attributes Summary

columns

description

foreignkeys

name

title

type

utype

version

Methods Summary

describe()

parse(iterator, config)

For internal use.

Attributes Documentation

columns
description
foreignkeys
name
title
type
utype
version

Methods Documentation

describe()
parse(iterator, config)

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.