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
fa1ffb69
Kaydet (Commit)
fa1ffb69
authored
Ara 29, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#7595: fix typo in argument default constant.
üst
8e3e1d60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
select.rst
Doc/library/select.rst
+1
-1
selectmodule.c
Modules/selectmodule.c
+1
-1
No files found.
Doc/library/select.rst
Dosyayı görüntüle @
fa1ffb69
...
@@ -50,7 +50,7 @@ The module defines the following:
...
@@ -50,7 +50,7 @@ The module defines the following:
.. versionadded:: 2.6
.. versionadded:: 2.6
.. function:: kevent(ident, filter=KQ_FILTER_READ, flags=KQ_ADD, fflags=0, data=0, udata=0)
.. function:: kevent(ident, filter=KQ_FILTER_READ, flags=KQ_
EV_
ADD, fflags=0, data=0, udata=0)
(Only supported on BSD.) Returns a kernel event object object; see section
(Only supported on BSD.) Returns a kernel event object object; see section
:ref:`kevent-objects` below for the methods supported by kqueue objects.
:ref:`kevent-objects` below for the methods supported by kqueue objects.
...
...
Modules/selectmodule.c
Dosyayı görüntüle @
fa1ffb69
...
@@ -1161,7 +1161,7 @@ static PyTypeObject pyEpoll_Type = {
...
@@ -1161,7 +1161,7 @@ static PyTypeObject pyEpoll_Type = {
#endif
#endif
PyDoc_STRVAR
(
kqueue_event_doc
,
PyDoc_STRVAR
(
kqueue_event_doc
,
"kevent(ident, filter=KQ_FILTER_READ, flags=KQ_ADD, fflags=0, data=0, udata=0)
\n
\
"kevent(ident, filter=KQ_FILTER_READ, flags=KQ_
EV_
ADD, fflags=0, data=0, udata=0)
\n
\
\n
\
\n
\
This object is the equivalent of the struct kevent for the C API.
\n
\
This object is the equivalent of the struct kevent for the C API.
\n
\
\n
\
\n
\
...
...
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