Current Path: > > opt > alt > python-internal > lib64 > python3.11 > > > lib2to3 >
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 |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
fixes | Directory | - | - | |
pgen2 | Directory | - | - | |
Grammar.txt | File | 8696 bytes | June 03 2025 18:38:25. | |
Grammar3.11.13.final.0.pickle | File | 15313 bytes | July 23 2025 10:03:39. | |
PatternGrammar.txt | File | 793 bytes | June 03 2025 18:38:25. | |
PatternGrammar3.11.13.final.0.pickle | File | 1225 bytes | July 23 2025 10:03:39. | |
__init__.py | File | 156 bytes | June 03 2025 18:38:25. | |
__main__.py | File | 67 bytes | June 03 2025 18:38:25. | |
btm_matcher.py | File | 6623 bytes | June 03 2025 18:38:25. | |
btm_utils.py | File | 9945 bytes | June 03 2025 18:38:25. | |
fixer_base.py | File | 6690 bytes | June 03 2025 18:38:25. | |
fixer_util.py | File | 15206 bytes | June 03 2025 18:38:25. | |
main.py | File | 11854 bytes | June 03 2025 18:38:25. | |
patcomp.py | File | 7054 bytes | June 03 2025 18:38:25. | |
pygram.py | File | 1305 bytes | June 03 2025 18:38:25. | |
pytree.py | File | 27974 bytes | June 03 2025 18:38:25. | |
refactor.py | File | 27507 bytes | June 03 2025 18:38:25. |
# 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 '>'
SILENT KILLER Tool