Home
last modified time | relevance | path

Searched refs:FORMAT_CLASSES (Results 1 – 4 of 4) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/
H A Dconnect.py34 from .core import FORMAT_CLASSES
38 for format in sorted(FORMAT_CLASSES):
39 cls = FORMAT_CLASSES[format]
H A Dui.py183 if format in core.FORMAT_CLASSES:
184 ReaderWriter = core.FORMAT_CLASSES[format]
187 .format(format, sorted(core.FORMAT_CLASSES)))
H A Dcore.py37 FORMAT_CLASSES = {} variable
1146 FORMAT_CLASSES[format] = cls
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/tests/
H A Dtest_write.py712 ascii.core.FORMAT_CLASSES.items()))