| Server IP : 217.160.0.135 / Your IP : 216.73.217.25 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/pythran/analyses/__pycache__/ |
Upload File : |
�
cR�a� � �2 � d Z ddlmZ G d� de� � ZdS )z4
Identifiers gathers all identifiers used in a node
� )�NodeAnalysisc �: � � e Zd ZdZ� fd�Zd� Zd� Zd� Zd� Z� xZ S )�Identifiersz.Gather all identifiers used throughout a node.c �| �� t � � | _ t t | � � � � � d S �N)�set�result�superr �__init__)�self� __class__s ��>/usr/lib/python3/dist-packages/pythran/analyses/identifiers.pyr zIdentifiers.__init__
s0 �� ��e�e���
�k�4� � �)�)�+�+�+�+�+� c �D � | j � |j � � d S r )r �add�id�r �nodes r �
visit_NamezIdentifiers.visit_Name s � ������� � � � � r c �n � | j � |j � � | � |� � d S r )r r �name�
generic_visitr s r �visit_FunctionDefzIdentifiers.visit_FunctionDef s2 � ������ �"�"�"����4� � � � � r c �n � | � |� � | j � |j � � d S r )r r r �moduler s r �visit_ImportFromzIdentifiers.visit_ImportFrom s2 � ����4� � � �������$�$�$�$�$r c � � | j � |j � � |j r!| j � |j � � d S d S r )r r r �asnamer s r �visit_aliaszIdentifiers.visit_alias sH � ������ �"�"�"��;� )��K�O�O�D�K�(�(�(�(�(� )� )r )
�__name__�
__module__�__qualname__�__doc__r r r r r �
__classcell__)r
s @r r r sz �� � � � � �8�8�,� ,� ,� ,� ,�!� !� !�!� !� !�%� %� %�)� )� )� )� )� )� )r r N)r# �pythran.passmanagerr r � r r �<module>r'