errors.fyi community error code reference
SyntaxError
python

SyntaxError

Raised by the parser or compiler when it encounters a syntax error. Attributes: filename, lineno, offset, text identify the location.

References

โ† all namespaces for SyntaxError