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
b21505e7
Unverified
Kaydet (Commit)
b21505e7
authored
Mar 12, 2018
tarafından
Andrew Svetlov
Kaydeden (comit)
GitHub
Mar 12, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
üst
095ee415
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
asyncio-task.rst
Doc/library/asyncio-task.rst
+2
-2
No files found.
Doc/library/asyncio-task.rst
Dosyayı görüntüle @
b21505e7
...
@@ -535,7 +535,7 @@ Task functions
...
@@ -535,7 +535,7 @@ Task functions
not provided, the default event loop is used.
not provided, the default event loop is used.
.. function:: current_task(loop=None)
:
.. function:: current_task(loop=None)
Return the current running :class:`Task` instance or ``None``, if
Return the current running :class:`Task` instance or ``None``, if
no task is running.
no task is running.
...
@@ -546,7 +546,7 @@ Task functions
...
@@ -546,7 +546,7 @@ Task functions
.. versionadded:: 3.7
.. versionadded:: 3.7
.. function:: all_tasks(loop=None)
:
.. function:: all_tasks(loop=None)
Return a set of :class:`Task` objects created for the loop.
Return a set of :class:`Task` objects created for the loop.
...
...
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