GRAYBYTE WORDPRESS FILE MANAGER5657

Server IP : 162.254.39.133 / Your IP : 216.73.216.176
System : Linux premium287.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
PHP Version : 8.1.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/lib64/python2.7/lib2to3/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib64/python2.7/lib2to3//btm_matcher.pyc
�
{fc@s�dZdZddlZddlZddlmZddlmZddlm	Z	de
fd	��YZd
e
fd��YZia
d�ZdS(
s�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.s+George Boutsioukis <gboutsioukis@gmail.com>i����N(tdefaultdicti(tpytree(treduce_treetBMNodecBs#eZdZej�Zd�ZRS(s?Class for a node of the Aho-Corasick automaton used in matchingcCs1i|_g|_ttj�|_d|_dS(Nt(ttransition_tabletfixerstnextRtcounttidtcontent(tself((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyt__init__s		(t__name__t
__module__t__doc__t	itertoolsRR(((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyRst
BottomMatchercBs;eZdZd�Zd�Zd�Zd�Zd�ZRS(sgThe main matcher class. After instantiating the patterns should
    be added using the add_fixer methodcCsFt�|_t�|_|jg|_g|_tjd�|_dS(NtRefactoringTool(	tsettmatchRtroottnodesRtloggingt	getLoggertlogger(R((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyRs
	cCsh|jj|�t|j�}|j�}|j|d|j�}x|D]}|jj|�qJWdS(s�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
        reachedtstartN(RtappendRtpattern_treetget_linear_subpatterntaddR(Rtfixerttreetlineartmatch_nodest
match_node((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyt	add_fixer%s
cCs�|s
|gSt|dt�r�g}xU|dD]I}|j|d|�}x+|D]#}|j|j|d|��qSWq1W|S|d|jkr�t�}||j|d<n|j|d}|dr�|j|dd|�}n	|g}|SdS(s5Recursively adds a linear pattern to the AC automatoniRiN(t
isinstancettupleRtextendRR(RtpatternRR"talternativet	end_nodestendt	next_node((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyR1s"
%	
	c	Cs�|j}tt�}x�|D]y}|}xj|r�t|_x?|jD]4}t|tj�rD|j	dkrDt
|_PqDqDW|jdkr�|j	}n	|j}||jkr�|j|}x�|j
D]0}||kr�g||<n||j|�q�Wn�|j}|jdk	r%|jjr%Pn||jkr�|j|}xD|j
D]6}||j�krpg||<n||j|�qKWn|j}q+WqW|S(suThe 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
        u;iN(RRtlisttTruetwas_checkedtchildrenR%RtLeaftvaluetFalsettypeRRRtparenttNonetkeys(	Rtleavestcurrent_ac_nodetresultstleaftcurrent_ast_nodetchildt
node_tokenR((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pytrunSs>	
		!		

	

cs*dGH�fd���|j�dGHdS(s<Prints a graphviz diagram of the BM automaton(for debugging)s
digraph g{csvxo|jj�D]^}|j|}d|j|jt|�t|j�fGH|dkrd|jGHn�|�qWdS(Ns%d -> %d [label=%s] //%si(RR7R	t	type_reprtstrRR
(tnodetsubnode_keytsubnode(t
print_node(s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyRE�s
't}N(R(R((REs+/usr/lib64/python2.7/lib2to3/btm_matcher.pytprint_ac�s
(R
RRRR$RR?RG(((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyRs			"	=cCshtsXddlm}x?|jj�D]+\}}t|�tkr&|t|<q&q&Wntj||�S(Ni(tpython_symbols(t_type_reprstpygramRHt__dict__titemsR4tintt
setdefault(ttype_numRHtnametval((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyR@�s(Rt
__author__RRtcollectionsRRRt	btm_utilsRtobjectRRRIR@(((s+/usr/lib64/python2.7/lib2to3/btm_matcher.pyt<module>s	�

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 15 2024 10:33:27
root / root
0755
fixes
--
June 15 2024 10:33:27
root / root
0755
pgen2
--
June 15 2024 10:33:27
root / root
0755
Grammar.txt
6.928 KB
April 10 2024 04:58:35
root / root
0644
Grammar2.7.18.final.0.pickle
39.537 KB
April 10 2024 04:58:41
root / root
0644
PatternGrammar.txt
0.774 KB
April 10 2024 04:58:35
root / root
0644
PatternGrammar2.7.18.final.0.pickle
2.733 KB
April 10 2024 04:58:41
root / root
0644
__init__.py
0.007 KB
April 10 2024 04:58:35
root / root
0644
__init__.pyc
0.124 KB
April 10 2024 04:58:46
root / root
0644
__init__.pyo
0.124 KB
April 10 2024 04:58:46
root / root
0644
__main__.py
0.065 KB
April 10 2024 04:58:35
root / root
0644
__main__.pyc
0.236 KB
April 10 2024 04:58:46
root / root
0644
__main__.pyo
0.236 KB
April 10 2024 04:58:46
root / root
0644
btm_matcher.py
6.674 KB
April 10 2024 04:58:35
root / root
0644
btm_matcher.pyc
5.693 KB
April 10 2024 04:58:46
root / root
0644
btm_matcher.pyo
5.693 KB
April 10 2024 04:58:46
root / root
0644
btm_utils.py
9.777 KB
April 10 2024 04:58:35
root / root
0644
btm_utils.pyc
7.386 KB
April 10 2024 04:58:46
root / root
0644
btm_utils.pyo
7.386 KB
April 10 2024 04:58:46
root / root
0644
fixer_base.py
6.621 KB
April 10 2024 04:58:35
root / root
0644
fixer_base.pyc
7.018 KB
April 10 2024 04:58:46
root / root
0644
fixer_base.pyo
7.018 KB
April 10 2024 04:58:46
root / root
0644
fixer_util.py
14.255 KB
April 10 2024 04:58:35
root / root
0644
fixer_util.pyc
14.339 KB
April 10 2024 04:58:46
root / root
0644
fixer_util.pyo
14.339 KB
April 10 2024 04:58:46
root / root
0644
main.py
11.333 KB
April 10 2024 04:58:35
root / root
0644
main.pyc
9.601 KB
April 10 2024 04:58:46
root / root
0644
main.pyo
9.56 KB
April 10 2024 04:58:43
root / root
0644
patcomp.py
6.899 KB
April 10 2024 04:58:35
root / root
0644
patcomp.pyc
6.446 KB
April 10 2024 04:58:46
root / root
0644
patcomp.pyo
6.142 KB
April 10 2024 04:58:43
root / root
0644
pygram.py
1.131 KB
April 10 2024 04:58:35
root / root
0644
pygram.pyc
1.407 KB
April 10 2024 04:58:46
root / root
0644
pygram.pyo
1.407 KB
April 10 2024 04:58:46
root / root
0644
pytree.py
28.358 KB
April 10 2024 04:58:35
root / root
0644
pytree.pyc
29.593 KB
April 10 2024 04:58:46
root / root
0644
pytree.pyo
28.73 KB
April 10 2024 04:58:43
root / root
0644
refactor.py
27.369 KB
April 10 2024 04:58:35
root / root
0644
refactor.pyc
23.352 KB
April 10 2024 04:58:46
root / root
0644
refactor.pyo
23.311 KB
April 10 2024 04:58:43
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF