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
45687bb9
Kaydet (Commit)
45687bb9
authored
Agu 09, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add warning about exceptions in __del__ being ignored.
üst
0bbf253e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ref3.tex
Doc/ref/ref3.tex
+4
-0
ref3.tex
Doc/ref3.tex
+4
-0
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
45687bb9
...
...
@@ -634,6 +634,10 @@ Note that \code{del x} doesn't directly call \code{x.__del__} --- the
former decrements the reference count for
\code
{
x
}
by one, but
\code
{
x.
__
del
__}
is only called when its reference count reaches zero.
\strong
{
Warning:
}
due to the precarious circumstances under which
\code
{__
del
__}
methods are executed, exceptions that occur during
their execution are
\emph
{
ignored
}
.
\item
[{\tt __repr__(self)}]
Called by the
\verb
@
repr()
@
built-in function and by string conversions
(reverse or backward quotes) to compute the string representation of an object.
...
...
Doc/ref3.tex
Dosyayı görüntüle @
45687bb9
...
...
@@ -634,6 +634,10 @@ Note that \code{del x} doesn't directly call \code{x.__del__} --- the
former decrements the reference count for
\code
{
x
}
by one, but
\code
{
x.
__
del
__}
is only called when its reference count reaches zero.
\strong
{
Warning:
}
due to the precarious circumstances under which
\code
{__
del
__}
methods are executed, exceptions that occur during
their execution are
\emph
{
ignored
}
.
\item
[{\tt __repr__(self)}]
Called by the
\verb
@
repr()
@
built-in function and by string conversions
(reverse or backward quotes) to compute the string representation of an object.
...
...
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