Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Doc /
reference /
Delete
Unzip
Name
Size
Permission
Date
Action
compound_stmts.rst
53.38
KB
-rw-r--r--
2024-03-19 22:46
datamodel.rst
127.42
KB
-rw-r--r--
2024-03-19 22:46
executionmodel.rst
10.72
KB
-rw-r--r--
2024-03-19 22:46
expressions.rst
78.53
KB
-rw-r--r--
2024-03-19 22:46
grammar.rst
905
B
-rw-r--r--
2024-03-19 22:46
import.rst
46.05
KB
-rw-r--r--
2024-03-19 22:46
index.rst
957
B
-rw-r--r--
2024-03-19 22:46
introduction.rst
6.1
KB
-rw-r--r--
2024-03-19 22:46
lexical_analysis.rst
37.76
KB
-rw-r--r--
2024-03-19 22:46
simple_stmts.rst
37.88
KB
-rw-r--r--
2024-03-19 22:46
toplevel_components.rst
3.02
KB
-rw-r--r--
2024-03-19 22:46
Save
Rename
.. _reference-index: ################################# The Python Language Reference ################################# This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the built-in functions and modules are described in :ref:`library-index`. For an informal introduction to the language, see :ref:`tutorial-index`. For C or C++ programmers, two additional manuals exist: :ref:`extending-index` describes the high-level picture of how to write a Python extension module, and the :ref:`c-api-index` describes the interfaces available to C/C++ programmers in detail. .. toctree:: :maxdepth: 2 :numbered: introduction.rst lexical_analysis.rst datamodel.rst executionmodel.rst import.rst expressions.rst simple_stmts.rst compound_stmts.rst toplevel_components.rst grammar.rst