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
f72de0fb
Kaydet (Commit)
f72de0fb
authored
May 12, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add note about the __name__ read-only attribute
(closes SF bug #952212)
üst
486cb0ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+6
-1
No files found.
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
f72de0fb
...
...
@@ -1785,7 +1785,8 @@ slice objects.
\subsection
{
Special Attributes
\label
{
specialattrs
}}
The implementation adds a few special read-only attributes to several
object types, where they are relevant:
object types, where they are relevant. Some of these are not reported
by the
\function
{
dir()
}
built-in function.
\begin{memberdesc}
[object]
{__
dict
__}
A dictionary or other mapping object used to store an
...
...
@@ -1810,3 +1811,7 @@ The class to which a class instance belongs.
The tuple of base classes of a class object. If there are no base
classes, this will be an empty tuple.
\end{memberdesc}
\begin{memberdesc}
[class]
{__
name
__}
The name of the class or type.
\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