Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/lib2to3
usr
/
lib64
/
python2.6
/
lib2to3
/
📁
..
📄
Grammar.txt
(6.38 KB)
📄
Grammar2.6.6.final.0.pickle
(19.74 KB)
📄
PatternGrammar.txt
(793 B)
📄
PatternGrammar2.6.6.final.0.pickle
(1.35 KB)
📄
__init__.py
(7 B)
📄
__init__.pyc
(127 B)
📄
__init__.pyo
(127 B)
📄
fixer_base.py
(6.23 KB)
📄
fixer_base.pyc
(6.97 KB)
📄
fixer_base.pyo
(6.97 KB)
📄
fixer_util.py
(13.89 KB)
📄
fixer_util.pyc
(14.05 KB)
📄
fixer_util.pyo
(13.95 KB)
📁
fixes
📄
main.py
(6.71 KB)
📄
main.pyc
(6.47 KB)
📄
main.pyo
(6.43 KB)
📄
patcomp.py
(6.8 KB)
📄
patcomp.pyc
(6.58 KB)
📄
patcomp.pyo
(6.26 KB)
📁
pgen2
📄
pygram.py
(890 B)
📄
pygram.pyc
(1.23 KB)
📄
pygram.pyo
(1.23 KB)
📄
pytree.py
(27.45 KB)
📄
pytree.pyc
(29.08 KB)
📄
pytree.pyo
(28.22 KB)
📄
refactor.py
(23.61 KB)
📄
refactor.pyc
(22.16 KB)
📄
refactor.pyo
(22.12 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