Twisted
Home FAQ Docs Download Timeline Roadmap View Tickets Search
class documentation

Parse errors are cached as instances of this class instead of bare exceptions in order to avoid cycles with the locals.

Method __init__ Undocumented
Method exception Undocumented
Instance Variable _args Undocumented
Instance Variable _exce Undocumented
def __init__(self, exception: type[SyntaxError], args: tuple[Any, ...]): (source)

Undocumented

def exception(self) -> SyntaxError: (source)

Undocumented

Undocumented

Undocumented