opt
/
alt
/
python310
/
lib64
/
python3.10
/
lib2to3
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-310.opt-1.pyc
319 bytes
Rename
Delete
__init__.cpython-310.opt-2.pyc
319 bytes
Rename
Delete
__init__.cpython-310.pyc
319 bytes
Rename
Delete
__main__.cpython-310.opt-1.pyc
232 bytes
Rename
Delete
__main__.cpython-310.opt-2.pyc
232 bytes
Rename
Delete
__main__.cpython-310.pyc
232 bytes
Rename
Delete
btm_matcher.cpython-310.opt-1.pyc
4.80 KB
Rename
Delete
btm_matcher.cpython-310.opt-2.pyc
3.29 KB
Rename
Delete
btm_matcher.cpython-310.pyc
4.80 KB
Rename
Delete
btm_utils.cpython-310.opt-1.pyc
6.03 KB
Rename
Delete
btm_utils.cpython-310.opt-2.pyc
4.59 KB
Rename
Delete
btm_utils.cpython-310.pyc
6.03 KB
Rename
Delete
fixer_base.cpython-310.opt-1.pyc
6.15 KB
Rename
Delete
fixer_base.cpython-310.opt-2.pyc
3.51 KB
Rename
Delete
fixer_base.cpython-310.pyc
6.15 KB
Rename
Delete
fixer_util.cpython-310.opt-1.pyc
11.80 KB
Rename
Delete
fixer_util.cpython-310.opt-2.pyc
9.81 KB
Rename
Delete
fixer_util.cpython-310.pyc
11.80 KB
Rename
Delete
main.cpython-310.opt-1.pyc
8.50 KB
Rename
Delete
main.cpython-310.opt-2.pyc
6.80 KB
Rename
Delete
main.cpython-310.pyc
8.51 KB
Rename
Delete
patcomp.cpython-310.opt-1.pyc
5.23 KB
Rename
Delete
patcomp.cpython-310.opt-2.pyc
4.76 KB
Rename
Delete
patcomp.cpython-310.pyc
5.42 KB
Rename
Delete
pygram.cpython-310.opt-1.pyc
1.25 KB
Rename
Delete
pygram.cpython-310.opt-2.pyc
1.06 KB
Rename
Delete
pygram.cpython-310.pyc
1.25 KB
Rename
Delete
pytree.cpython-310.opt-1.pyc
23.24 KB
Rename
Delete
pytree.cpython-310.opt-2.pyc
14.95 KB
Rename
Delete
pytree.cpython-310.pyc
23.85 KB
Rename
Delete
refactor.cpython-310.opt-1.pyc
20.24 KB
Rename
Delete
refactor.cpython-310.opt-2.pyc
16.37 KB
Rename
Delete
refactor.cpython-310.pyc
20.27 KB
Rename
Delete
o �?Og� � @ sl d Z dZddlZddlZddlmZ ddlmZ ddlm Z G dd � d e �ZG d d� de �Zi a 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 e Zd ZdZe�� Zdd� ZdS )�BMNodez?Class for a node of the Aho-Corasick automaton used in matchingc C s"