astropy:docs

TableOutputter

class astropy.io.ascii.core.TableOutputter[source] [edit on github]

Bases: astropy.io.ascii.core.BaseOutputter

Output the table as an astropy.table.Table object.

Attributes Summary

default_converters list() -> new empty list

Attributes Documentation

default_converters = [(<function converter at 0xf4ca6c34>, <class 'astropy.io.ascii.core.IntType'>), (<function converter at 0xf4ca6c6c>, <class 'astropy.io.ascii.core.FloatType'>), (<function converter at 0xf4ca6cdc>, <class 'astropy.io.ascii.core.StrType'>)]

Page Contents