autocheck_required_columns#

astropy.timeseries.autocheck_required_columns(cls)[source]#

This is a decorator that ensures that the table contains specific methods indicated by the _required_columns attribute. The aim is to decorate all methods that might affect the columns in the table and check for consistency after the methods have been run.