CheckSyntaxResult#

class CheckSyntaxResult#

Enum values to specify the result of check_syntax().

Fields#

class CheckSyntaxResult
IRRECOVERABLE_ERROR#

The type of the None singleton.

OUT_OF_MEMORY_ERROR#

The type of the None singleton.

RECOVERABLE_ERROR#

The type of the None singleton.

STACK_OVERFLOW_ERROR#

The type of the None singleton.

SUCCESS#

The type of the None singleton.

UNTERMINATED_LITERAL_ERROR#

The type of the None singleton.