Current Path: > > opt > alt > python36 > lib64 > python3.6 > 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-36.opt-1.pyc | File | 136 bytes | April 17 2024 17:19:43. | |
__init__.cpython-36.opt-2.pyc | File | 128 bytes | April 17 2024 17:19:27. | |
__init__.cpython-36.pyc | File | 136 bytes | April 17 2024 17:19:47. | |
__main__.cpython-36.opt-1.pyc | File | 220 bytes | April 17 2024 17:19:43. | |
__main__.cpython-36.opt-2.pyc | File | 212 bytes | April 17 2024 17:19:27. | |
__main__.cpython-36.pyc | File | 220 bytes | April 17 2024 17:19:47. | |
btm_matcher.cpython-36.opt-1.pyc | File | 4947 bytes | April 17 2024 17:19:43. | |
btm_matcher.cpython-36.opt-2.pyc | File | 3368 bytes | April 17 2024 17:19:27. | |
btm_matcher.cpython-36.pyc | File | 4947 bytes | April 17 2024 17:19:47. | |
btm_utils.cpython-36.opt-1.pyc | File | 6146 bytes | April 17 2024 17:19:43. | |
btm_utils.cpython-36.opt-2.pyc | File | 4618 bytes | April 17 2024 17:19:27. | |
btm_utils.cpython-36.pyc | File | 6146 bytes | April 17 2024 17:19:47. | |
fixer_base.cpython-36.opt-1.pyc | File | 6238 bytes | April 17 2024 17:19:43. | |
fixer_base.cpython-36.opt-2.pyc | File | 3469 bytes | April 17 2024 17:19:27. | |
fixer_base.cpython-36.pyc | File | 6238 bytes | April 17 2024 17:19:47. | |
fixer_util.cpython-36.opt-1.pyc | File | 12051 bytes | April 17 2024 17:19:43. | |
fixer_util.cpython-36.opt-2.pyc | File | 9875 bytes | April 17 2024 17:19:27. | |
fixer_util.cpython-36.pyc | File | 12051 bytes | April 17 2024 17:19:47. | |
main.cpython-36.opt-1.pyc | File | 8537 bytes | April 17 2024 17:19:43. | |
main.cpython-36.opt-2.pyc | File | 6774 bytes | April 17 2024 17:19:27. | |
main.cpython-36.pyc | File | 8571 bytes | April 17 2024 17:19:47. | |
patcomp.cpython-36.opt-1.pyc | File | 5370 bytes | April 17 2024 17:19:43. | |
patcomp.cpython-36.opt-2.pyc | File | 4852 bytes | April 17 2024 17:19:27. | |
patcomp.cpython-36.pyc | File | 5617 bytes | April 17 2024 17:19:47. | |
pygram.cpython-36.opt-1.pyc | File | 1191 bytes | April 17 2024 17:19:43. | |
pygram.cpython-36.opt-2.pyc | File | 978 bytes | April 17 2024 17:19:27. | |
pygram.cpython-36.pyc | File | 1191 bytes | April 17 2024 17:19:47. | |
pytree.cpython-36.opt-1.pyc | File | 24462 bytes | April 17 2024 17:19:43. | |
pytree.cpython-36.opt-2.pyc | File | 15060 bytes | April 17 2024 17:19:27. | |
pytree.cpython-36.pyc | File | 25149 bytes | April 17 2024 17:19:47. | |
refactor.cpython-36.opt-1.pyc | File | 20771 bytes | April 17 2024 17:19:43. | |
refactor.cpython-36.opt-2.pyc | File | 16715 bytes | April 17 2024 17:19:27. | |
refactor.cpython-36.pyc | File | 20804 bytes | April 17 2024 17:19:47. |
3 � f� � @ 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 ZdZej� Zdd� ZdS )�BMNodez?Class for a node of the Aho-Corasick automaton used in matchingc C s"