Şuanki Dizin: /proc/self/root/usr/lib64/python3.9/lib2to3/__pycache__/ |
Şuanki Dosya : //proc/self/root/usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc |
a �DOg��@sldZdZddlZddlZddlmZddlmZddlm Z Gdd �d e �ZGd d�de �Zia dd �ZdS)a�A bottom-up tree matching algorithm implementation meant to speed up 2to3's matching process. After the tree patterns are reduced to their rarest linear path, a linear Aho-Corasick automaton is created. The linear automaton traverses the linear paths from the leaves to the root of the AST and returns a set of nodes for further matching. This reduces significantly the number of candidate nodes.z+George Boutsioukis <gboutsioukis@gmail.com>�N)�defaultdict�)�pytree)�reduce_treec@s eZdZdZe��Zdd�ZdS)�BMNodez?Class for a node of the Aho-Corasick automaton used in matchingcCs"i|_g|_ttj�|_d|_dS)N�)�transition_table�fixers�nextr�count�id�content��self�r�+/usr/lib64/python3.9/lib2to3/btm_matcher.py�__init__szBMNode.__init__N)�__name__� __module__�__qualname__�__doc__� itertoolsrrrrrrrsrc@s8eZdZdZdd�Zdd�Zdd�Zdd �Zd d�ZdS) � BottomMatcherzgThe main matcher class. After instantiating the patterns should be added using the add_fixer methodcCs0t�|_t�|_|jg|_g|_t�d�|_dS)NZRefactoringTool) �set�matchr�rootZnodesr �logging� getLogger�loggerrrrrrs zBottomMatcher.__init__cCsH|j�|�t|j�}|��}|j||jd�}|D]}|j�|�q2dS)z�Reduces a fixer's pattern tree to a linear path and adds it to the matcher(a common Aho-Corasick automaton). The fixer is appended on the matching states and called when they are reached��startN)r �appendrZpattern_treeZget_linear_subpattern�addr)r�fixerZtreeZlinear�match_nodesZ match_noderrr� add_fixer%s zBottomMatcher.add_fixerc Cs�|s |gSt|dt�r`g}|dD]6}|j||d�}|D]}|�|�|dd�|��q:q$|S|d|jvr�t�}||j|d<n|j|d}|dd�r�|j|dd�|d�}n|g}|SdS)z5Recursively adds a linear pattern to the AC automatonrrrN)� isinstance�tupler"�extendrr)r�patternr r$�alternativeZ end_nodes�endZ next_noderrrr"1s"zBottomMatcher.addc Cs�|j}tt�}|D]�}|}|rd|_|jD]$}t|tj�r*|jdkr*d|_qPq*|j dkrb|j}n|j }||j vr�|j |}|jD]}||�|�q�nH|j}|j dur�|j jr�q||j vr�|j |}|jD]}||�|�q�|j }qq|S)auThe main interface with the bottom matcher. The tree is traversed from the bottom using the constructed automaton. Nodes are only checked once as the tree is retraversed. When the automaton fails, we give it one more shot(in case the above tree matches as a whole with the rejected leaf), then we break for the next leaf. There is the special case of multiple arguments(see code comments) where we recheck the nodes Args: The leaves of the AST tree to be matched Returns: A dictionary of node matches with fixers as the keys T�;FrN)rr�listZwas_checkedZchildrenr&rZLeaf�value�typerr r!�parent) rZleavesZcurrent_ac_node�resultsZleafZcurrent_ast_node�childZ node_tokenr#rrr�runSs8 � zBottomMatcher.runcs*td��fdd���|j�td�dS)z<Prints a graphviz diagram of the BM automaton(for debugging)z digraph g{csZ|j��D]J}|j|}td|j|jt|�t|j�f�|dkrLt|j��|�q dS)Nz%d -> %d [label=%s] //%sr)r�keys�printr� type_repr�strr r )ZnodeZsubnode_keyZsubnode�� print_noderrr9�s � z*BottomMatcher.print_ac.<locals>.print_node�}N)r5rrrr8r�print_ac�s zBottomMatcher.print_acN) rrrrrr%r"r3r;rrrrrs"8rcCsDts8ddlm}|j��D]\}}t|�tkr|t|<qt�||�S)Nr)�python_symbols)�_type_reprsZpygramr<�__dict__�itemsr/�int� setdefault)Ztype_numr<�name�valrrrr6�s r6)r� __author__rr�collectionsrrrZ btm_utilsr�objectrrr=r6rrrr�<module>s
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4