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
bfeeeee8
Kaydet (Commit)
bfeeeee8
authored
Kas 12, 2001
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix obvious typos.
üst
43f2dc62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
abstract.tex
Doc/api/abstract.tex
+3
-3
No files found.
Doc/api/abstract.tex
Dosyayı görüntüle @
bfeeeee8
...
@@ -876,7 +876,7 @@ else {
...
@@ -876,7 +876,7 @@ else {
Returns a pointer to a read-only memory location useable as character-
Returns a pointer to a read-only memory location useable as character-
based input. The
\var
{
obj
}
argument must support the single-segment
based input. The
\var
{
obj
}
argument must support the single-segment
character buffer interface. On success, returns
\code
{
1
}
, sets
character buffer interface. On success, returns
\code
{
1
}
, sets
\var
{
buffer
}
to the memory location and
\var
{
buffer
}
to the buffer
\var
{
buffer
}
to the memory location and
\var
{
buffer
_
len
}
to the buffer
length. Returns
\code
{
0
}
and sets a
\exception
{
TypeError
}
on error.
length. Returns
\code
{
0
}
and sets a
\exception
{
TypeError
}
on error.
\versionadded
{
1.6
}
\versionadded
{
1.6
}
\end{cfuncdesc}
\end{cfuncdesc}
...
@@ -887,7 +887,7 @@ else {
...
@@ -887,7 +887,7 @@ else {
Returns a pointer to a read-only memory location containing
Returns a pointer to a read-only memory location containing
arbitrary data. The
\var
{
obj
}
argument must support the
arbitrary data. The
\var
{
obj
}
argument must support the
single-segment readable buffer interface. On success, returns
single-segment readable buffer interface. On success, returns
\code
{
1
}
, sets
\var
{
buffer
}
to the memory location and
\var
{
buffer
}
\code
{
1
}
, sets
\var
{
buffer
}
to the memory location and
\var
{
buffer
_
len
}
to the buffer length. Returns
\code
{
0
}
and sets a
to the buffer length. Returns
\code
{
0
}
and sets a
\exception
{
TypeError
}
on error.
\exception
{
TypeError
}
on error.
\versionadded
{
1.6
}
\versionadded
{
1.6
}
...
@@ -905,7 +905,7 @@ else {
...
@@ -905,7 +905,7 @@ else {
Returns a pointer to a writeable memory location. The
\var
{
obj
}
Returns a pointer to a writeable memory location. The
\var
{
obj
}
argument must support the single-segment, character buffer
argument must support the single-segment, character buffer
interface. On success, returns
\code
{
1
}
, sets
\var
{
buffer
}
to the
interface. On success, returns
\code
{
1
}
, sets
\var
{
buffer
}
to the
memory location and
\var
{
buffer
}
to the buffer length. Returns
memory location and
\var
{
buffer
_
len
}
to the buffer length. Returns
\code
{
0
}
and sets a
\exception
{
TypeError
}
on error.
\code
{
0
}
and sets a
\exception
{
TypeError
}
on error.
\versionadded
{
1.6
}
\versionadded
{
1.6
}
\end{cfuncdesc}
\end{cfuncdesc}
...
...
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