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
4290161d
Kaydet (Commit)
4290161d
authored
Ock 03, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
s.avail() has met its maker
üst
93fcb9bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
libsocket.tex
Doc/lib/libsocket.tex
+0
-7
libsocket.tex
Doc/libsocket.tex
+0
-7
No files found.
Doc/lib/libsocket.tex
Dosyayı görüntüle @
4290161d
...
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
...
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
to the socket on the other end of the connection.
to the socket on the other end of the connection.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
avail
}{}
Return true (nonzero) if at least one byte of data can be received
from the socket without blocking, false (zero) if not. There is no
indication of how many bytes are available. (
\strong
{
This function is
obsolete --- see module
\code
{
select
}
for a more general solution.
}
)
\end{funcdesc}
\begin{funcdesc}
{
bind
}{
address
}
\begin{funcdesc}
{
bind
}{
address
}
Bind the socket to an address. The socket must not already be bound.
Bind the socket to an address. The socket must not already be bound.
\end{funcdesc}
\end{funcdesc}
...
...
Doc/libsocket.tex
Dosyayı görüntüle @
4290161d
...
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
...
@@ -114,13 +114,6 @@ receive data on the connection, and \var{address} is the address bound
to the socket on the other end of the connection.
to the socket on the other end of the connection.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
avail
}{}
Return true (nonzero) if at least one byte of data can be received
from the socket without blocking, false (zero) if not. There is no
indication of how many bytes are available. (
\strong
{
This function is
obsolete --- see module
\code
{
select
}
for a more general solution.
}
)
\end{funcdesc}
\begin{funcdesc}
{
bind
}{
address
}
\begin{funcdesc}
{
bind
}{
address
}
Bind the socket to an address. The socket must not already be bound.
Bind the socket to an address. The socket must not already be bound.
\end{funcdesc}
\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