Current Path: > > lib64 > python3.8 > 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-38.opt-1.pyc | File | 131 bytes | October 17 2023 18:13:06. | |
__init__.cpython-38.opt-2.pyc | File | 131 bytes | October 17 2023 18:13:06. | |
__init__.cpython-38.pyc | File | 131 bytes | October 17 2023 18:13:06. | |
__main__.cpython-38.opt-1.pyc | File | 215 bytes | October 17 2023 18:13:06. | |
__main__.cpython-38.opt-2.pyc | File | 215 bytes | October 17 2023 18:13:06. | |
__main__.cpython-38.pyc | File | 215 bytes | October 17 2023 18:13:06. | |
btm_matcher.cpython-38.opt-1.pyc | File | 4879 bytes | October 17 2023 18:13:06. | |
btm_matcher.cpython-38.opt-2.pyc | File | 3308 bytes | October 17 2023 18:13:08. | |
btm_matcher.cpython-38.pyc | File | 4879 bytes | October 17 2023 18:13:06. | |
btm_utils.cpython-38.opt-1.pyc | File | 6152 bytes | October 17 2023 18:13:06. | |
btm_utils.cpython-38.opt-2.pyc | File | 4640 bytes | October 17 2023 18:13:08. | |
btm_utils.cpython-38.pyc | File | 6152 bytes | October 17 2023 18:13:06. | |
fixer_base.cpython-38.opt-1.pyc | File | 6255 bytes | October 17 2023 18:13:06. | |
fixer_base.cpython-38.opt-2.pyc | File | 3504 bytes | October 17 2023 18:13:08. | |
fixer_base.cpython-38.pyc | File | 6255 bytes | October 17 2023 18:13:06. | |
fixer_util.cpython-38.opt-1.pyc | File | 12200 bytes | October 17 2023 18:13:06. | |
fixer_util.cpython-38.opt-2.pyc | File | 10036 bytes | October 17 2023 18:13:08. | |
fixer_util.cpython-38.pyc | File | 12200 bytes | October 17 2023 18:13:06. | |
main.cpython-38.opt-1.pyc | File | 8576 bytes | October 17 2023 18:13:07. | |
main.cpython-38.opt-2.pyc | File | 6823 bytes | October 17 2023 18:13:08. | |
main.cpython-38.pyc | File | 8610 bytes | October 17 2023 18:13:06. | |
patcomp.cpython-38.opt-1.pyc | File | 5399 bytes | October 17 2023 18:13:07. | |
patcomp.cpython-38.opt-2.pyc | File | 4891 bytes | October 17 2023 18:13:08. | |
patcomp.cpython-38.pyc | File | 5641 bytes | October 17 2023 18:13:06. | |
pygram.cpython-38.opt-1.pyc | File | 1262 bytes | October 17 2023 18:13:06. | |
pygram.cpython-38.opt-2.pyc | File | 1057 bytes | October 17 2023 18:13:08. | |
pygram.cpython-38.pyc | File | 1262 bytes | October 17 2023 18:13:06. | |
pytree.cpython-38.opt-1.pyc | File | 23660 bytes | October 17 2023 18:13:07. | |
pytree.cpython-38.opt-2.pyc | File | 14957 bytes | October 17 2023 18:13:08. | |
pytree.cpython-38.pyc | File | 24344 bytes | October 17 2023 18:13:06. | |
refactor.cpython-38.opt-1.pyc | File | 20409 bytes | October 17 2023 18:13:07. | |
refactor.cpython-38.opt-2.pyc | File | 16363 bytes | October 17 2023 18:13:08. | |
refactor.cpython-38.pyc | File | 20442 bytes | October 17 2023 18:13:06. |
U e5d� � @ 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 �'/usr/lib64/python3.8/lib2to3/patcomp.pyr s r c c sL t jt jt jh}t�t�| �j�}|D ] }|\}}}}}||kr&|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 |dkrt 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 sp t |�}z| jj||d�}W n2 tjk rN } ztt|��d�W 5 d}~X Y nX |rb| �|�|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&