Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1be05767
Kaydet (Commit)
1be05767
authored
Ara 25, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
#16677: merge with 3.2.
üst
34dcdee1
9f929bb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
expressions.rst
Doc/reference/expressions.rst
+5
-5
No files found.
Doc/reference/expressions.rst
Dosyayı görüntüle @
1be05767
...
@@ -1303,8 +1303,8 @@ their suffixes::
...
@@ -1303,8 +1303,8 @@ their suffixes::
.. _operator-summary:
.. _operator-summary:
Summary
Operator precedence
=======
=======
============
.. index:: pair: operator; precedence
.. index:: pair: operator; precedence
...
@@ -1328,9 +1328,9 @@ groups from right to left).
...
@@ -1328,9 +1328,9 @@ groups from right to left).
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`and` | Boolean AND |
| :keyword:`and` | Boolean AND |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`not`
*x*
| Boolean NOT |
| :keyword:`not`
``x``
| Boolean NOT |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`in`, :keyword:`not
` :keyword:`in`,
| Comparisons, including membership |
| :keyword:`in`, :keyword:`not
in`,
| Comparisons, including membership |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
...
@@ -1356,7 +1356,7 @@ groups from right to left).
...
@@ -1356,7 +1356,7 @@ groups from right to left).
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| ``(expressions...)``, | Binding or tuple display, |
| ``(expressions...)``, | Binding or tuple display, |
| ``[expressions...]``, | list display, |
| ``[expressions...]``, | list display, |
| ``{key:
datum...}``,
| dictionary display, |
| ``{key:
value...}``,
| dictionary display, |
| ``{expressions...}`` | set display |
| ``{expressions...}`` | set display |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment