Current Path: > > opt > > alt > python39 > lib64 > python3.9 > lib2to3 > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-39.opt-1.pyc | File | 315 bytes | June 19 2025 12:11:11. | |
__init__.cpython-39.opt-2.pyc | File | 315 bytes | June 19 2025 12:11:11. | |
__init__.cpython-39.pyc | File | 315 bytes | June 19 2025 12:11:11. | |
__main__.cpython-39.opt-1.pyc | File | 228 bytes | June 19 2025 12:11:11. | |
__main__.cpython-39.opt-2.pyc | File | 228 bytes | June 19 2025 12:11:11. | |
__main__.cpython-39.pyc | File | 228 bytes | June 19 2025 12:11:11. | |
btm_matcher.cpython-39.opt-1.pyc | File | 4890 bytes | June 19 2025 12:11:11. | |
btm_matcher.cpython-39.opt-2.pyc | File | 3319 bytes | June 19 2025 12:11:17. | |
btm_matcher.cpython-39.pyc | File | 4890 bytes | June 19 2025 12:11:11. | |
btm_utils.cpython-39.opt-1.pyc | File | 6161 bytes | June 19 2025 12:11:11. | |
btm_utils.cpython-39.opt-2.pyc | File | 4649 bytes | June 19 2025 12:11:17. | |
btm_utils.cpython-39.pyc | File | 6161 bytes | June 19 2025 12:11:11. | |
fixer_base.cpython-39.opt-1.pyc | File | 6268 bytes | June 19 2025 12:11:11. | |
fixer_base.cpython-39.opt-2.pyc | File | 3517 bytes | June 19 2025 12:11:17. | |
fixer_base.cpython-39.pyc | File | 6268 bytes | June 19 2025 12:11:11. | |
fixer_util.cpython-39.opt-1.pyc | File | 12183 bytes | June 19 2025 12:11:11. | |
fixer_util.cpython-39.opt-2.pyc | File | 10020 bytes | June 19 2025 12:11:17. | |
fixer_util.cpython-39.pyc | File | 12183 bytes | June 19 2025 12:11:11. | |
main.cpython-39.opt-1.pyc | File | 8684 bytes | June 19 2025 12:11:16. | |
main.cpython-39.opt-2.pyc | File | 6931 bytes | June 19 2025 12:11:17. | |
main.cpython-39.pyc | File | 8702 bytes | June 19 2025 12:11:11. | |
patcomp.cpython-39.opt-1.pyc | File | 5402 bytes | June 19 2025 12:11:16. | |
patcomp.cpython-39.opt-2.pyc | File | 4894 bytes | June 19 2025 12:11:17. | |
patcomp.cpython-39.pyc | File | 5618 bytes | June 19 2025 12:11:11. | |
pygram.cpython-39.opt-1.pyc | File | 1275 bytes | June 19 2025 12:11:11. | |
pygram.cpython-39.opt-2.pyc | File | 1070 bytes | June 19 2025 12:11:17. | |
pygram.cpython-39.pyc | File | 1275 bytes | June 19 2025 12:11:11. | |
pytree.cpython-39.opt-1.pyc | File | 23685 bytes | June 19 2025 12:11:16. | |
pytree.cpython-39.opt-2.pyc | File | 14982 bytes | June 19 2025 12:11:17. | |
pytree.cpython-39.pyc | File | 24308 bytes | June 19 2025 12:11:11. | |
refactor.cpython-39.opt-1.pyc | File | 20626 bytes | June 19 2025 12:11:16. | |
refactor.cpython-39.opt-2.pyc | File | 16580 bytes | June 19 2025 12:11:17. | |
refactor.cpython-39.pyc | File | 20656 bytes | June 19 2025 12:11:11. |
a XC?h� � @ 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"