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
1a5152d9
Kaydet (Commit)
1a5152d9
authored
Haz 01, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph
üst
597bd60e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
libasyncore.tex
Doc/lib/libasyncore.tex
+4
-5
No files found.
Doc/lib/libasyncore.tex
Dosyayı görüntüle @
1a5152d9
...
...
@@ -53,12 +53,11 @@ service) is closed.
\function
{
poll()
}
call, measured in seconds; the default is 30 seconds.
The
\var
{
use
_
poll
}
parameter, if true, indicates that
\function
{
poll()
}
should be used in preference to
\function
{
select()
}
(the default is
\code
{
False
}
). The
\var
{
map
}
parameter is a dictionary whose items are
the channels to watch. As channels are closed they are deleted from their
map. If
\var
{
map
}
is omitted, a global map is used (this map is updated
by the default class
\method
{__
init
__
()
}
-- make sure you extend, rather
than override,
\method
{__
init
__
()
}
if you want to retain this behavior).
\code
{
False
}
).
The
\var
{
map
}
parameter is a dictionary whose items are
the channels to watch. As channels are closed they are deleted from their
map. If
\var
{
map
}
is omitted, a global map is used.
Channels (instances of
\class
{
asyncore.dispatcher
}
,
\class
{
asynchat.async
_
chat
}
and subclasses thereof) can freely be mixed in the map.
\end{funcdesc}
...
...
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