$60 GRAYBYTE WORDPRESS FILE MANAGER $61

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python35/lib64/python3.5/lib2to3/__pycache__/

HOME
Current File : /opt/alt/python35/lib64/python3.5/lib2to3/__pycache__//btm_matcher.cpython-35.opt-1.pyc


��Yf��@s�dZdZddlZddlZddlmZddlmZddlm	Z	Gdd	�d	e
�ZGd
d�de
�Zia
dd
�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 <[email protected]>�N)�defaultdict�)�pytree)�reduce_treec@s.eZdZdZej�Zdd�ZdS)�BMNodez?Class for a node of the Aho-Corasick automaton used in matchingcCs1i|_g|_ttj�|_d|_dS)N�)�transition_table�fixers�nextr�count�id�content)�self�r�8/opt/alt/python35/lib64/python3.5/lib2to3/btm_matcher.py�__init__s		zBMNode.__init__N)�__name__�
__module__�__qualname__�__doc__�	itertoolsrrrrrrrsrc@sReZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�ZdS)
�
BottomMatcherzgThe main matcher class. After instantiating the patterns should
    be added using the add_fixer methodcCsFt�|_t�|_|jg|_g|_tjd�|_dS)NZRefactoringTool)	�set�matchr�rootZnodesr	�loggingZ	getLoggerZlogger)rrrrrs
	zBottomMatcher.__init__cCsh|jj|�t|j�}|j�}|j|d|j�}x|D]}|jj|�qJWdS)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	�appendrZpattern_treeZget_linear_subpattern�addr)r�fixerZtreeZlinear�match_nodesZ
match_noderrr�	add_fixer%s
zBottomMatcher.add_fixercCs|s
|gSt|dt�r�g}x[|dD]O}|j|d|�}x1|D])}|j|j|dd�|��qSWq1W|S|d|jkr�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�patternrr ZalternativeZ	end_nodes�endZ	next_noderrrr1s"
+	"	zBottomMatcher.addc	Cs�|j}tt�}xr|D]j}|}x[|r�d|_x<|jD]1}t|tj�rD|jdkrDd|_PqDW|j	dkr�|j}n	|j	}||j
kr�|j
|}x�|jD]-}||kr�g||<||j|�q�Wn�|j}|j
dk	r|j
jrP||j
kry|j
|}x>|jD]3}||j�krdg||<||j|�qBW|j
}q+WqW|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�keys)	rZleavesZcurrent_ac_nodeZresultsZleafZcurrent_ast_nodeZchildZ
node_tokenrrrr�runSs>	
		!		

	

zBottomMatcher.runcs7td��fdd���|j�td�dS)z<Prints a graphviz diagram of the BM automaton(for debugging)z
digraph g{cs}xv|jj�D]e}|j|}td|j|jt|�t|j�f�|dkrkt|j��|�qWdS)Nz%d -> %d [label=%s] //%sr)rr,�printr�	type_repr�strr	r
)ZnodeZsubnode_keyZsubnode)�
print_noderrr1�s
)
z*BottomMatcher.print_ac.<locals>.print_node�}N)r.r)rr)r1r�print_ac�s

zBottomMatcher.print_acN)	rrrrrr!rr-r3rrrrrs"=rcCsbtsRddlm}x9|jj�D](\}}t|�tkr&|t|<q&Wtj||�S)Nr)�python_symbols)�_type_reprsZpygramr4�__dict__�itemsr*�int�
setdefault)Ztype_numr4�name�valrrrr/�sr/)r�
__author__rr�collectionsrrrZ	btm_utilsr�objectrrr5r/rrrr�<module>s	�


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
12 Aug 2024 8.41 AM
root / linksafe
0755
__init__.cpython-35.opt-1.pyc
0.133 KB
31 May 2024 1.51 PM
root / linksafe
0644
__init__.cpython-35.opt-2.pyc
0.125 KB
31 May 2024 1.51 PM
root / linksafe
0644
__init__.cpython-35.pyc
0.133 KB
31 May 2024 1.51 PM
root / linksafe
0644
__main__.cpython-35.opt-1.pyc
0.228 KB
31 May 2024 1.51 PM
root / linksafe
0644
__main__.cpython-35.opt-2.pyc
0.22 KB
31 May 2024 1.51 PM
root / linksafe
0644
__main__.cpython-35.pyc
0.228 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_matcher.cpython-35.opt-1.pyc
5.191 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_matcher.cpython-35.opt-2.pyc
3.644 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_matcher.cpython-35.pyc
5.191 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_utils.cpython-35.opt-1.pyc
6.627 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_utils.cpython-35.opt-2.pyc
5.131 KB
31 May 2024 1.51 PM
root / linksafe
0644
btm_utils.cpython-35.pyc
6.627 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_base.cpython-35.opt-1.pyc
6.351 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_base.cpython-35.opt-2.pyc
3.641 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_base.cpython-35.pyc
6.351 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_util.cpython-35.opt-1.pyc
13.039 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_util.cpython-35.opt-2.pyc
10.912 KB
31 May 2024 1.51 PM
root / linksafe
0644
fixer_util.cpython-35.pyc
13.039 KB
31 May 2024 1.51 PM
root / linksafe
0644
main.cpython-35.opt-1.pyc
8.925 KB
31 May 2024 1.51 PM
root / linksafe
0644
main.cpython-35.opt-2.pyc
7.199 KB
31 May 2024 1.51 PM
root / linksafe
0644
main.cpython-35.pyc
8.963 KB
31 May 2024 1.51 PM
root / linksafe
0644
patcomp.cpython-35.opt-1.pyc
5.894 KB
31 May 2024 1.51 PM
root / linksafe
0644
patcomp.cpython-35.opt-2.pyc
5.386 KB
31 May 2024 1.51 PM
root / linksafe
0644
patcomp.cpython-35.pyc
6.184 KB
31 May 2024 1.51 PM
root / linksafe
0644
pygram.cpython-35.opt-1.pyc
1.229 KB
31 May 2024 1.51 PM
root / linksafe
0644
pygram.cpython-35.opt-2.pyc
1.02 KB
31 May 2024 1.51 PM
root / linksafe
0644
pygram.cpython-35.pyc
1.229 KB
31 May 2024 1.51 PM
root / linksafe
0644
pytree.cpython-35.opt-1.pyc
25.396 KB
31 May 2024 1.51 PM
root / linksafe
0644
pytree.cpython-35.opt-2.pyc
16.202 KB
31 May 2024 1.51 PM
root / linksafe
0644
pytree.cpython-35.pyc
26.239 KB
31 May 2024 1.51 PM
root / linksafe
0644
refactor.cpython-35.opt-1.pyc
22.228 KB
31 May 2024 1.51 PM
root / linksafe
0644
refactor.cpython-35.opt-2.pyc
18.263 KB
31 May 2024 1.51 PM
root / linksafe
0644
refactor.cpython-35.pyc
22.269 KB
31 May 2024 1.51 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF