← Back
Editing: errors.cpython-311.pyc
� p�{c� � �* � d Z d� Z G d� d� � ZdS )zU This file is about errors in Python files and not about exception handling in Jedi. c �@ � d� | � |� � D � � S )Nc �, � g | ]}t |� � ��S � )�SyntaxError)�.0�es �1/usr/lib/python3/dist-packages/jedi/api/errors.py� <listcomp>z(parso_to_jedi_errors.<locals>.<listcomp> s � �E�E�E�q�K��N�N�E�E�E� )�iter_errors)�grammar�module_nodes r �parso_to_jedi_errorsr s$ � �E�E�G�$7�$7��$D�$D�E�E�E�Er c �| � e Zd ZdZd� Zed� � � Zed� � � Zed� � � Zed� � � Z d� Z d� Zd S ) r zK Syntax errors are generated by :meth:`.Script.get_syntax_errors`. c � � || _ d S �N)�_parso_error)�self�parso_errors r �__init__zSyntaxError.__init__ s � �'����r c �&