Error Prefix SE: Syntax Error

Errors reporting Python code whose shape the decorator API cannot accept - unsupported comprehension forms, invalid decorated functions, or comprehension syntax used outside the decorator API.

Errors

Code

Title

E-SE0000

JijModeling object iterated at runtime

E-SE0001

Unsupported loop target in a comprehension

E-SE0002

More than one for-clause in a comprehension

E-SE0003

Async comprehension in the decorator API

E-SE0004

Unsupported if-clause in a comprehension

E-SE0005

Decorated function references an unbound variable

E-SE0006

Cannot parse the source of a decorated function

E-SE0007

Decorated function takes no arguments

E-SE0008

Decorated object is not a plain function definition

E-SE0009

Decorator applied to a non-callable object

E-SE0010

Calling a function already applied by the decorator

E-SE0011

Category label iterated outside the decorator API