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
7ddd0431
Kaydet (Commit)
7ddd0431
authored
Mar 08, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved solitary "see also" paragraph into a {seealso} environment, and told
why the reader should see also.
üst
013ad986
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
libstruct.tex
Doc/lib/libstruct.tex
+7
-6
libstruct.tex
Doc/libstruct.tex
+7
-6
No files found.
Doc/lib/libstruct.tex
Dosyayı görüntüle @
7ddd0431
...
...
@@ -8,12 +8,9 @@ structs represented as Python strings. It uses \dfn{format strings}
(explained below) as compact descriptions of the lay-out of the C
structs and the intended conversion to/from Python values.
See also built-in module
\code
{
array
}
.
\refbimodindex
{
array
}
The module defines the following exception and functions:
\setindexsubitem
{
(in module struct)
}
\begin{excdesc}
{
error
}
Exception raised on various occasions; argument is a string
describing what is wrong.
...
...
@@ -135,5 +132,9 @@ Hint: to align the end of a structure to the alignment requirement of
a particular type, end the format with the code for that type with a
repeat count of zero, e.g.
\
the format
\code
{
'llh0l'
}
specifies two
pad bytes at the end, assuming longs are aligned on 4-byte boundaries.
(This only works when native size and alignment are in effect;
standard size and alignment does not enforce any alignment.)
This only works when native size and alignment are in effect;
standard size and alignment does not enforce any alignment.
\begin{seealso}
\seemodule
{
array
}{
packed binary storage of homogeneous data
}
\end{seealso}
Doc/libstruct.tex
Dosyayı görüntüle @
7ddd0431
...
...
@@ -8,12 +8,9 @@ structs represented as Python strings. It uses \dfn{format strings}
(explained below) as compact descriptions of the lay-out of the C
structs and the intended conversion to/from Python values.
See also built-in module
\code
{
array
}
.
\refbimodindex
{
array
}
The module defines the following exception and functions:
\setindexsubitem
{
(in module struct)
}
\begin{excdesc}
{
error
}
Exception raised on various occasions; argument is a string
describing what is wrong.
...
...
@@ -135,5 +132,9 @@ Hint: to align the end of a structure to the alignment requirement of
a particular type, end the format with the code for that type with a
repeat count of zero, e.g.
\
the format
\code
{
'llh0l'
}
specifies two
pad bytes at the end, assuming longs are aligned on 4-byte boundaries.
(This only works when native size and alignment are in effect;
standard size and alignment does not enforce any alignment.)
This only works when native size and alignment are in effect;
standard size and alignment does not enforce any alignment.
\begin{seealso}
\seemodule
{
array
}{
packed binary storage of homogeneous data
}
\end{seealso}
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