Home
last modified time | relevance | path

Searched refs:VOTableSpecError (Results 1 – 5 of 5) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/
H A D__init__.py12 IOWarning, VOTableSpecError)
H A Dexceptions.py255 class VOTableSpecError(VOWarning, ValueError): class
1432 class E20(VOTableSpecError):
/dports/astro/py-astropy/astropy-5.0/docs/io/votable/
H A Dapi_exceptions.rst43 .. autoclass:: VOTableSpecError
H A Dindex.rst498 :skip: VOTableSpecError
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/tests/
H A Dvo_test.py23 from astropy.io.votable.exceptions import VOTableSpecError, VOWarning, W39
722 with pytest.raises(VOTableSpecError):