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
bef9b0b0
Kaydet (Commit)
bef9b0b0
authored
Ara 29, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added missing "\" to "\var{address}, var{length}" in buffer_info() description.
üst
2003204b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libarray.tex
Doc/lib/libarray.tex
+1
-1
libarray.tex
Doc/libarray.tex
+1
-1
No files found.
Doc/lib/libarray.tex
Dosyayı görüntüle @
bef9b0b0
...
...
@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array.
\end{funcdesc}
\begin{funcdesc}
{
buffer
_
info
}{}
Return a tuple
\code
{
(
\var
{
address
}
, var
{
length
}
)
}
giving the current
Return a tuple
\code
{
(
\var
{
address
}
,
\
var
{
length
}
)
}
giving the current
memory address and the length in bytes of the buffer used to hold
array's contents. This is occasionally useful when working with
low-level (and inherently unsafe) I/O interfaces that require memory
...
...
Doc/libarray.tex
Dosyayı görüntüle @
bef9b0b0
...
...
@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array.
\end{funcdesc}
\begin{funcdesc}
{
buffer
_
info
}{}
Return a tuple
\code
{
(
\var
{
address
}
, var
{
length
}
)
}
giving the current
Return a tuple
\code
{
(
\var
{
address
}
,
\
var
{
length
}
)
}
giving the current
memory address and the length in bytes of the buffer used to hold
array's contents. This is occasionally useful when working with
low-level (and inherently unsafe) I/O interfaces that require memory
...
...
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