GRAYBYTE WORDPRESS FILE MANAGER1256

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.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
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python35/lib64/python3.5/lib2to3/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python35/lib64/python3.5/lib2to3//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_grammar(_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_grammar(_PATTERN_GRAMMAR_FILE)
pattern_symbols = Symbols(pattern_grammar)

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 12 2024 08:39:02
root / linksafe
0755
__pycache__
--
August 12 2024 08:39:02
root / linksafe
0755
fixes
--
August 12 2024 08:39:02
root / linksafe
0755
pgen2
--
August 12 2024 08:39:02
root / linksafe
0755
Grammar.txt
7.042 KB
November 01 2019 23:02:34
root / linksafe
0644
Grammar3.5.9.final.0.pickle
30.979 KB
May 31 2024 13:51:33
root / linksafe
0644
PatternGrammar.txt
0.774 KB
November 01 2019 23:02:34
root / linksafe
0644
PatternGrammar3.5.9.final.0.pickle
2.044 KB
May 31 2024 13:51:34
root / linksafe
0644
__init__.py
0.007 KB
May 31 2024 13:51:44
root / linksafe
0644
__main__.py
0.065 KB
May 31 2024 13:51:45
root / linksafe
0644
btm_matcher.py
6.673 KB
May 31 2024 13:51:45
root / linksafe
0644
btm_utils.py
9.732 KB
May 31 2024 13:51:44
root / linksafe
0644
fixer_base.py
6.533 KB
May 31 2024 13:51:45
root / linksafe
0644
fixer_util.py
14.88 KB
May 31 2024 13:51:45
root / linksafe
0644
main.py
11.396 KB
May 31 2024 13:51:44
root / linksafe
0644
patcomp.py
6.904 KB
May 31 2024 13:51:44
root / linksafe
0644
pygram.py
1.088 KB
May 31 2024 13:51:44
root / linksafe
0644
pytree.py
27.395 KB
May 31 2024 13:51:44
root / linksafe
0644
refactor.py
27.377 KB
May 31 2024 13:51:44
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF