Tab# class astropy.io.ascii.Tab[source]# Bases: Basic Tab-separated table. Unlike the Basic reader, whitespace is not stripped from the beginning and end of either lines or individual column values. Example: col1 <tab> col2 <tab> col3 # Comment line 1 <tab> 2 <tab> 5