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
621d2bee
Kaydet (Commit)
621d2bee
authored
Eyl 09, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move description of UserString.MutableString to a location more typical
of the arrangement of other modules.
üst
1c258036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
libuserdict.tex
Doc/lib/libuserdict.tex
+9
-9
No files found.
Doc/lib/libuserdict.tex
Dosyayı görüntüle @
621d2bee
...
...
@@ -92,15 +92,6 @@ an instance of \class{UserString} (or a subclass) or an arbitrary sequence
which can be converted into a string.
\end{classdesc}
In addition to supporting the methods and operations of string or
Unicode objects (see section
\ref
{
typesseq
}
),
\class
{
UserString
}
instances
provide the following attribute:
\begin{memberdesc}
{
data
}
A real Python string or Unicode object used to store the content of the
\class
{
UserString
}
class.
\end{memberdesc}
\begin{classdesc}
{
MutableString
}{
\optional
{
sequence
}}
This class is derived from the
\class
{
UserString
}
above and redefines
strings to be
\emph
{
mutable
}
. Mutable strings can't be used as
...
...
@@ -111,3 +102,12 @@ example for inheritance and necessity to remove (override) the
mutable object as dictionary key, which would be otherwise very
error prone and hard to track down.
\end{classdesc}
In addition to supporting the methods and operations of string or
Unicode objects (see section
\ref
{
typesseq
}
),
\class
{
UserString
}
instances
provide the following attribute:
\begin{memberdesc}
{
data
}
A real Python string or Unicode object used to store the content of the
\class
{
UserString
}
class.
\end{memberdesc}
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