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 |
|---|---|
JijModeling object iterated at runtime |
|
Unsupported loop target in a comprehension |
|
More than one for-clause in a comprehension |
|
Async comprehension in the decorator API |
|
Unsupported if-clause in a comprehension |
|
Decorated function references an unbound variable |
|
Cannot parse the source of a decorated function |
|
Decorated function takes no arguments |
|
Decorated object is not a plain function definition |
|
Decorator applied to a non-callable object |
|
Calling a function already applied by the decorator |
|
Category label iterated outside the decorator API |