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
5320998d
Kaydet (Commit)
5320998d
authored
Tem 17, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note that getvalue() must be called before close().
üst
0fcbe8dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
libstrio.tex
Doc/lib/libstrio.tex
+5
-2
libstrio.tex
Doc/libstrio.tex
+5
-2
No files found.
Doc/lib/libstrio.tex
Dosyayı görüntüle @
5320998d
\section
{
Standard Module
\sectcode
{
StringIO
}}
\section
{
Standard Module
\sectcode
{
StringIO
}}
\label
{
module-StringIO
}
\stmodindex
{
StringIO
}
\stmodindex
{
StringIO
}
...
@@ -10,5 +11,7 @@ When a \code{StringIO} object is created, it can be initialized
...
@@ -10,5 +11,7 @@ When a \code{StringIO} object is created, it can be initialized
to an existing string by passing the string to the constructor.
to an existing string by passing the string to the constructor.
If no string is given, the
\code
{
StringIO
}
will start empty.
If no string is given, the
\code
{
StringIO
}
will start empty.
The method
\code
{
getvalue()
}
can be called to retrieve the
The method
\code
{
getvalue()
}
can be called to retrieve the entire
entire contents of the ``file'' at any time.
contents of the ``file'' at any time before the
\code
{
StringIO
}
object's
\code
{
close()
}
method is called. Calling
\code
{
close()
}
will
free the memory buffer.
Doc/libstrio.tex
Dosyayı görüntüle @
5320998d
\section
{
Standard Module
\sectcode
{
StringIO
}}
\section
{
Standard Module
\sectcode
{
StringIO
}}
\label
{
module-StringIO
}
\stmodindex
{
StringIO
}
\stmodindex
{
StringIO
}
...
@@ -10,5 +11,7 @@ When a \code{StringIO} object is created, it can be initialized
...
@@ -10,5 +11,7 @@ When a \code{StringIO} object is created, it can be initialized
to an existing string by passing the string to the constructor.
to an existing string by passing the string to the constructor.
If no string is given, the
\code
{
StringIO
}
will start empty.
If no string is given, the
\code
{
StringIO
}
will start empty.
The method
\code
{
getvalue()
}
can be called to retrieve the
The method
\code
{
getvalue()
}
can be called to retrieve the entire
entire contents of the ``file'' at any time.
contents of the ``file'' at any time before the
\code
{
StringIO
}
object's
\code
{
close()
}
method is called. Calling
\code
{
close()
}
will
free the memory buffer.
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