TableOutputter

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

Bases: astropy.io.ascii.BaseOutputter

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

Attributes Summary

default_converters

Methods Summary

__call__(…) <==> x(…)

Attributes Documentation

default_converters = [(<function generic_converter>, <class 'astropy.io.ascii.core.IntType'>), (<function generic_converter>, <class 'astropy.io.ascii.core.FloatType'>), (<function generic_converter>, <class 'astropy.io.ascii.core.StrType'>)]

Methods Documentation

__call__(...) <==> x(...)[source] [edit on github]