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
15386652
Kaydet (Commit)
15386652
authored
Haz 10, 2014
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21700: Fix asyncio doc, add DatagramProtocol
üst
4762382d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+6
-6
No files found.
Doc/library/asyncio-protocol.rst
Dosyayı görüntüle @
15386652
...
...
@@ -272,8 +272,8 @@ Protocol classes
Connection callbacks
--------------------
These callbacks may be called on :class:`Protocol`
and
:class:`SubprocessProtocol` instances:
These callbacks may be called on :class:`Protocol`
, :class:`DatagramProtocol`
and
:class:`SubprocessProtocol` instances:
.. method:: BaseProtocol.connection_made(transport)
...
...
@@ -291,10 +291,10 @@ These callbacks may be called on :class:`Protocol` and
The latter means a regular EOF is received, or the connection was
aborted or closed by this side of the connection.
:meth:`
connection_made` and :meth:`connection_lost` are called exactly once
per successful connection. All other callbacks will be called between thos
e
two methods, which allows for easier resource management in your protocol
implementation.
:meth:`
~BaseProtocol.connection_made` and :meth:`~BaseProtocol.connection_lost`
are called exactly once per successful connection. All other callbacks will b
e
called between those two methods, which allows for easier resource management
i
n your protocol i
mplementation.
The following callbacks may be called only on :class:`SubprocessProtocol`
instances:
...
...
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