Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.214.199
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
lib2to3 /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
303
B
-rw-r--r--
__main__.cpython-310.pyc
216
B
-rw-r--r--
btm_matcher.cpython-310.pyc
4.79
KB
-rw-r--r--
btm_utils.cpython-310.pyc
6.02
KB
-rw-r--r--
fixer_base.cpython-310.pyc
6.13
KB
-rw-r--r--
fixer_util.cpython-310.pyc
11.79
KB
-rw-r--r--
main.cpython-310.pyc
8.5
KB
-rw-r--r--
patcomp.cpython-310.pyc
5.41
KB
-rw-r--r--
pygram.cpython-310.pyc
1.24
KB
-rw-r--r--
pytree.cpython-310.pyc
23.83
KB
-rw-r--r--
refactor.cpython-310.pyc
20.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : btm_matcher.cpython-310.pyc
o ��bc� � @ 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"