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
0f14fc1a
Kaydet (Commit)
0f14fc1a
authored
Eki 19, 2018
tarafından
Andrés Delfino
Kaydeden (comit)
Victor Stinner
Eki 19, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
üst
6f17e513
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
compound_stmts.rst
Doc/reference/compound_stmts.rst
+9
-1
simple_stmts.rst
Doc/reference/simple_stmts.rst
+8
-1
No files found.
Doc/reference/compound_stmts.rst
Dosyayı görüntüle @
0f14fc1a
...
...
@@ -681,8 +681,14 @@ can be used to create instance variables with different implementation details.
.. seealso::
:pep:`3115` - Metaclasses in Python 3
:pep:`3115` - Metaclasses in Python 3000
The proposal that changed the declaration of metaclasses to the current
syntax, and the semantics for how classes with metaclasses are
constructed.
:pep:`3129` - Class Decorators
The proposal that added class decorators. Function and method decorators
were introduced in :pep:`318`.
.. _async:
...
...
@@ -809,6 +815,8 @@ coroutine.
.. seealso::
:pep:`492` - Coroutines with async and await syntax
The proposal that made coroutines a proper standalone concept in Python,
and added supporting syntax.
.. rubric:: Footnotes
...
...
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
0f14fc1a
...
...
@@ -353,8 +353,15 @@ target, then the interpreter evaluates the target except for the last
..
seealso
::
:
pep
:`
526
`
-
Variable
and
attribute
annotation
syntax
:
pep
:`
526
`
-
Syntax
for
Variable
Annotations
The
proposal
that
added
syntax
for
annotating
the
types
of
variables
(
including
class
variables
and
instance
variables
),
instead
of
expressing
them
through
comments
.
:
pep
:`
484
`
-
Type
hints
The
proposal
that
added
the
:
mod
:`
typing
`
module
to
provide
a
standard
syntax
for
type
annotations
that
can
be
used
in
static
analysis
tools
and
IDEs
.
..
_assert
:
...
...
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