text_lint.exceptions.lookups.LookupSyntaxInvalid
- class text_lint.exceptions.lookups.LookupSyntaxInvalid[Quellcode]
Bases:
LookupExceptionBaseRaised when a malformed lookup is parsed.
- __init__(*args, **kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.