register_reader

astropy.table.io_registry.register_reader(table_format, function, force=False) [edit on github][source]

Register a table reader function.

Parameters :

table_format : string

The table type identifier. This is the string that will be used to specify the table type when reading.

function : function

The function to read in a table.

force : bool

Whether to override any existing function if already present.

Page Contents