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
cf2c5e8e
Kaydet (Commit)
cf2c5e8e
authored
Agu 09, 2018
tarafından
Andrés Delfino
Kaydeden (comit)
Mariatta
Agu 09, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve grammar of asynchronous iterator glossary entry (GH-8657)
üst
599bfa18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
glossary.rst
Doc/glossary.rst
+3
-3
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
cf2c5e8e
...
@@ -123,10 +123,10 @@ Glossary
...
@@ -123,10 +123,10 @@ Glossary
:
meth
:`
__aiter__
`
method
.
Introduced
by
:
pep
:`
492
`.
:
meth
:`
__aiter__
`
method
.
Introduced
by
:
pep
:`
492
`.
asynchronous
iterator
asynchronous
iterator
An
object
that
implements
:
meth
:`
__aiter__
`
and
:
meth
:`
__anext__
`
An
object
that
implements
the
:
meth
:`
__aiter__
`
and
:
meth
:`
__anext__
`
methods
.
``
__anext__
``
must
return
an
:
term
:`
awaitable
`
object
.
methods
.
``
__anext__
``
must
return
an
:
term
:`
awaitable
`
object
.
:
keyword
:`
async
for
`
resolves
awaitable
returned
from
asynchronous
:
keyword
:`
async
for
`
resolves
the
awaitables
returned
by
an
asynchronous
iterator
's :meth:`__anext__` method until it raises
iterator
's :meth:`__anext__` method until it raises
a
:exc:`StopAsyncIteration` exception. Introduced by :pep:`492`.
:exc:`StopAsyncIteration` exception. Introduced by :pep:`492`.
attribute
attribute
...
...
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