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� � @ s� d Z dZddlZddlmZmZmZmZmZm Z ddl mZ ddl mZ G dd � d e �Zd d� ZG dd � d e�Zejejejdd�Zdd� Zdd� Zdd� ZdS )z�Pattern compiler. The grammar is taken from PatternGrammar.txt. The compiler compiles a pattern to a pytree.*Pattern instance. z#Guido van Rossum <guido@python.org>� N� )�driver�literals�token�tokenize�parse�grammar)�pytree)�pygramc @ s e Zd ZdS )�PatternSyntaxErrorN)�__name__� __module__�__qualname__� r r �4/opt/alt/python39/lib64/python3.9/lib2to3/patcomp.pyr s r c c sL t jt jt jh}t�t�| �j�}|D ] }|\}}}}}||vr&|V q&dS )z6Tokenizes a string suppressing significant whitespace.N) r �NEWLINE�INDENT�DEDENTr �generate_tokens�io�StringIO�readline) �input�skip�tokensZ quintuple�type�value�start�endZ line_textr r r �tokenize_wrapper s r c @ s: e Zd Zd dd�Zddd�Zdd� Zdd d �Zdd� ZdS )�PatternCompilerNc C sZ |du rt j| _t j| _nt�|�| _t �| j�| _t j| _ t j | _tj| jt d�| _dS )z^Initializer. Takes an optional alternative filename for the pattern grammar. N)Zconvert)r Zpattern_grammarr Zpattern_symbols�symsr Zload_grammarZSymbolsZpython_grammarZ pygrammarZpython_symbols�pysymsZDriver�pattern_convert)�selfZgrammar_filer r r �__init__( s zPatternCompiler.__init__Fc C sr t |�}z| jj||d�}W n4 tjyP } ztt|��d�W Y d}~n d}~0 0 |rd| �|�|fS | �|�S dS )z=Compiles a pattern string to a nested pytree.*Pattern object.)�debugN)r r Zparse_tokensr Z ParseErrorr �str�compile_node)r$ r r&