Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3.10 /
html /
_sources /
reference /
[ HOME SHELL ]
Name
Size
Permission
Action
compound_stmts.rst.txt
53.38
KB
-rw-r--r--
datamodel.rst.txt
127.42
KB
-rw-r--r--
executionmodel.rst.txt
10.72
KB
-rw-r--r--
expressions.rst.txt
78.49
KB
-rw-r--r--
grammar.rst.txt
905
B
-rw-r--r--
import.rst.txt
46.05
KB
-rw-r--r--
index.rst.txt
957
B
-rw-r--r--
introduction.rst.txt
6.1
KB
-rw-r--r--
lexical_analysis.rst.txt
37.76
KB
-rw-r--r--
simple_stmts.rst.txt
37.88
KB
-rw-r--r--
toplevel_components.rst.txt
3.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : grammar.rst.txt
Full Grammar specification ========================== This is the full Python grammar, derived directly from the grammar used to generate the CPython parser (see :source:`Grammar/python.gram`). The version here omits details related to code generation and error recovery. The notation is a mixture of `EBNF <https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form>`_ and `PEG <https://en.wikipedia.org/wiki/Parsing_expression_grammar>`_. In particular, ``&`` followed by a symbol, token or parenthesized group indicates a positive lookahead (i.e., is required to match but not consumed), while ``!`` indicates a negative lookahead (i.e., is required *not* to match). We use the ``|`` separator to mean PEG's "ordered choice" (written as ``/`` in traditional PEG grammars). See :pep:`617` for more details on the grammar's syntax. .. literalinclude:: ../../Grammar/python.gram :language: peg
Close