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
6b2a1a04
Kaydet (Commit)
6b2a1a04
authored
Şub 15, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add missing \versionadded.
(backport from rev. 53787)
üst
ee467d0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
libstruct.tex
Doc/lib/libstruct.tex
+4
-0
No files found.
Doc/lib/libstruct.tex
Dosyayı görüntüle @
6b2a1a04
...
...
@@ -34,6 +34,8 @@ The module defines the following exception and functions:
format, write the packed bytes into the writable
\var
{
buffer
}
starting at
\var
{
offset
}
.
Note that the offset is not an optional argument.
\versionadded
{
2.5
}
\end{funcdesc}
\begin{funcdesc}
{
unpack
}{
fmt, string
}
...
...
@@ -50,6 +52,8 @@ The module defines the following exception and functions:
\var
{
buffer
}
must contain at least the amount of data required by the
format (
\code
{
len(buffer[offset:])
}
must be at least
\code
{
calcsize(
\var
{
fmt
}
)
}
).
\versionadded
{
2.5
}
\end{funcdesc}
\begin{funcdesc}
{
calcsize
}{
fmt
}
...
...
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