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
bc961e57
Kaydet (Commit)
bc961e57
authored
Agu 11, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add a statement identifying StringI and StringO objects.
üst
eb2f0612
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libstringio.tex
Doc/lib/libstringio.tex
+2
-1
No files found.
Doc/lib/libstringio.tex
Dosyayı görüntüle @
bc961e57
...
@@ -62,7 +62,8 @@ strings that cannot be encoded as plain \ASCII{} strings.
...
@@ -62,7 +62,8 @@ strings that cannot be encoded as plain \ASCII{} strings.
Another difference from the
\refmodule
{
StringIO
}
module is that calling
Another difference from the
\refmodule
{
StringIO
}
module is that calling
\function
{
StringIO()
}
with a string parameter creates a read-only object.
\function
{
StringIO()
}
with a string parameter creates a read-only object.
Unlike an object created without a string parameter, it does not have
Unlike an object created without a string parameter, it does not have
write methods.
write methods. These objects are not generally visible. They turn up in
tracebacks as
\class
{
StringI
}
and
\class
{
StringO
}
.
The following data objects are provided as well:
The following data objects are provided as well:
...
...
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