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
b738a1f8
Kaydet (Commit)
b738a1f8
authored
Eki 20, 2016
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #26010: fix typos; rewording
üst
a4b884f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
inspect.rst
Doc/library/inspect.rst
+10
-10
No files found.
Doc/library/inspect.rst
Dosyayı görüntüle @
b738a1f8
...
...
@@ -1253,25 +1253,26 @@ the following flags:
.. data:: CO_COROUTINE
The flag is set when the code object is a coroutine function
, i.e
.
a coroutine object is returned when the code object is executed. See
:pep:`492` for more details.
The flag is set when the code object is a coroutine function.
When the code object is executed it returns a coroutine object.
See
:pep:`492` for more details.
.. versionadded:: 3.5
.. data:: CO_ITERABLE_COROUTINE
Used to turn generators into generator-based coroutines. Generator
objects with this flag can be used in ``await`` expression, and can
``yield from`` coroutine objects. See :pep:`492` for more details.
The flag is used to transform generators into generator-based
coroutines. Generator objects with this flag can be used in
``await`` expression, and can ``yield from`` coroutine objects.
See :pep:`492` for more details.
.. versionadded:: 3.5
.. data:: CO_ASYNC_GENERATOR
The flag is set when the code object is a asynchronous generator
function
, i.e. an asynchronous generator object is returned when the
code object is executed
. See :pep:`525` for more details.
The flag is set when the code object is a
n
asynchronous generator
function
. When the code object is executed it returns an
asynchronous generator object
. See :pep:`525` for more details.
.. versionadded:: 3.6
...
...
@@ -1283,7 +1284,6 @@ the following flags:
for any introspection needs.
.. _inspect-module-cli:
Command Line Interface
...
...
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