get_read_trace¶
- astropy.io.ascii.get_read_trace()[source]¶
Return a traceback of the attempted read formats for the last call to
readwhere guessing was enabled. This is primarily for debugging.The return value is a list of dicts, where each dict includes the keyword args
kwargsused in the read call and the returnedstatus.