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
3f247ade
Kaydet (Commit)
3f247ade
authored
Eyl 27, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Nits corrected by Fred
üst
3c602d7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
libxdrlib.tex
Doc/lib/libxdrlib.tex
+12
-3
libxdrlib.tex
Doc/libxdrlib.tex
+12
-3
No files found.
Doc/lib/libxdrlib.tex
Dosyayı görüntüle @
3f247ade
...
...
@@ -138,6 +138,15 @@ form \code{unpack_\var{type}}, and take no arguments. They return the
unpacked object. The same caveats apply for
\code
{
unpack
_
float
}
and
\code
{
unpack
_
double
}
as above.
\begin{funcdesc}
{
unpack
_
float
}{}
Unpacks a single-precision floating point number.
\end{funcdesc}
\begin{funcdesc}
{
unpack
_
double
}{}
Unpacks a double-precision floating point number, similarly to
\code
{
unpack
_
float
}
.
\end{funcdesc}
In addition, the following methods unpack strings, bytes, and opaque
data:
...
...
@@ -152,7 +161,7 @@ Unpacks and returns a fixed length opaque data stream, similarly to
\code
{
unpack
_
fstring
}
.
\end{funcdesc}
\begin{funcdesc}
{
pack
_
string
}{}
\begin{funcdesc}
{
un
pack
_
string
}{}
Unpacks and returns a variable length string. The length of the
string is first unpacked as an unsigned integer, then the string data
is unpacked with
\code
{
unpack
_
fstring
}
.
...
...
@@ -160,12 +169,12 @@ is unpacked with \code{unpack_fstring}.
\begin{funcdesc}
{
unpack
_
opaque
}{}
Unpacks and returns a variable length opaque data string, similarly to
\code
{
pack
_
string
}
.
\code
{
un
pack
_
string
}
.
\end{funcdesc}
\begin{funcdesc}
{
unpack
_
bytes
}{}
Unpacks and returns a variable length byte stream, similarly to
\code
{
pack
_
string
}
.
\code
{
un
pack
_
string
}
.
\end{funcdesc}
The following methods support unpacking arrays and lists:
...
...
Doc/libxdrlib.tex
Dosyayı görüntüle @
3f247ade
...
...
@@ -138,6 +138,15 @@ form \code{unpack_\var{type}}, and take no arguments. They return the
unpacked object. The same caveats apply for
\code
{
unpack
_
float
}
and
\code
{
unpack
_
double
}
as above.
\begin{funcdesc}
{
unpack
_
float
}{}
Unpacks a single-precision floating point number.
\end{funcdesc}
\begin{funcdesc}
{
unpack
_
double
}{}
Unpacks a double-precision floating point number, similarly to
\code
{
unpack
_
float
}
.
\end{funcdesc}
In addition, the following methods unpack strings, bytes, and opaque
data:
...
...
@@ -152,7 +161,7 @@ Unpacks and returns a fixed length opaque data stream, similarly to
\code
{
unpack
_
fstring
}
.
\end{funcdesc}
\begin{funcdesc}
{
pack
_
string
}{}
\begin{funcdesc}
{
un
pack
_
string
}{}
Unpacks and returns a variable length string. The length of the
string is first unpacked as an unsigned integer, then the string data
is unpacked with
\code
{
unpack
_
fstring
}
.
...
...
@@ -160,12 +169,12 @@ is unpacked with \code{unpack_fstring}.
\begin{funcdesc}
{
unpack
_
opaque
}{}
Unpacks and returns a variable length opaque data string, similarly to
\code
{
pack
_
string
}
.
\code
{
un
pack
_
string
}
.
\end{funcdesc}
\begin{funcdesc}
{
unpack
_
bytes
}{}
Unpacks and returns a variable length byte stream, similarly to
\code
{
pack
_
string
}
.
\code
{
un
pack
_
string
}
.
\end{funcdesc}
The following methods support unpacking arrays and lists:
...
...
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