X7ROOT File Manager
Current Path:
/opt/alt/python27/lib64/python2.7/lib2to3
opt
/
alt
/
python27
/
lib64
/
python2.7
/
lib2to3
/
ðŸ“
..
📄
Grammar.txt
(6.93 KB)
📄
Grammar2.7.18.final.0.pickle
(39.54 KB)
📄
PatternGrammar.txt
(793 B)
📄
PatternGrammar2.7.18.final.0.pickle
(2.73 KB)
📄
__init__.py
(7 B)
📄
__init__.pyc
(140 B)
📄
__init__.pyo
(140 B)
📄
__main__.py
(67 B)
📄
__main__.pyc
(255 B)
📄
__main__.pyo
(255 B)
📄
btm_matcher.py
(6.67 KB)
📄
btm_matcher.pyc
(5.83 KB)
📄
btm_matcher.pyo
(5.83 KB)
📄
btm_utils.py
(9.78 KB)
📄
btm_utils.pyc
(7.55 KB)
📄
btm_utils.pyo
(7.55 KB)
📄
fixer_base.py
(6.62 KB)
📄
fixer_base.pyc
(7.22 KB)
📄
fixer_base.pyo
(7.22 KB)
📄
fixer_util.py
(14.25 KB)
📄
fixer_util.pyc
(14.77 KB)
📄
fixer_util.pyo
(14.77 KB)
ðŸ“
fixes
📄
main.py
(11.33 KB)
📄
main.pyc
(9.73 KB)
📄
main.pyo
(9.69 KB)
📄
patcomp.py
(6.9 KB)
📄
patcomp.pyc
(6.6 KB)
📄
patcomp.pyo
(6.29 KB)
ðŸ“
pgen2
📄
pygram.py
(1.13 KB)
📄
pygram.pyc
(1.45 KB)
📄
pygram.pyo
(1.45 KB)
📄
pytree.py
(28.36 KB)
📄
pytree.pyc
(30.56 KB)
📄
pytree.pyo
(29.7 KB)
📄
refactor.py
(27.37 KB)
📄
refactor.pyc
(23.87 KB)
📄
refactor.pyo
(23.83 KB)
Editing: PatternGrammar.txt
# Copyright 2006 Google, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. # A grammar to describe tree matching patterns. # Not shown here: # - 'TOKEN' stands for any token (leaf node) # - 'any' stands for any node (leaf or interior) # With 'any' we can still specify the sub-structure. # The start symbol is 'Matcher'. Matcher: Alternatives ENDMARKER Alternatives: Alternative ('|' Alternative)* Alternative: (Unit | NegatedUnit)+ Unit: [NAME '='] ( STRING [Repeater] | NAME [Details] [Repeater] | '(' Alternatives ')' [Repeater] | '[' Alternatives ']' ) NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')') Repeater: '*' | '+' | '{' NUMBER [',' NUMBER] '}' Details: '<' Alternatives '>'
Upload File
Create Folder