fastparse.core.Parsed.Failure
Additional tracing information on a parse failure. Use traced to obtain the TracedFailure,see TracedFailure for further details.
traced
Column, where a parse failure has occured.
Input string.
Line number, where a parse failure has occured.
Get the underlying TracedFailure to allow for analysis of the full parse stack.
Additional tracing information on a parse failure. Use
tracedto obtain the TracedFailure,see TracedFailure for further details.