astropy:docs

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 list() -> new empty list

Methods Summary

__call__(cols, meta)

Attributes Documentation

default_converters = [(<function converter at 0x61af488>, <class 'astropy.io.ascii.core.IntType'>), (<function converter at 0x61af500>, <class 'astropy.io.ascii.core.FloatType'>), (<function converter at 0x61af578>, <class 'astropy.io.ascii.core.StrType'>)]

Methods Documentation

__call__(cols, meta)[source] [edit on github]

Page Contents