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
93615657
Kaydet (Commit)
93615657
authored
Eki 11, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the exceptions that now get raised on invalid parameters.
üst
cb953d72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
libcopyreg.tex
Doc/lib/libcopyreg.tex
+5
-2
No files found.
Doc/lib/libcopyreg.tex
Dosyayı görüntüle @
93615657
...
...
@@ -15,7 +15,9 @@ functions or class instances.
\begin{funcdesc}
{
constructor
}{
object
}
Declares
\var
{
object
}
to be a valid constructor.
Declares
\var
{
object
}
to be a valid constructor. If
\var
{
object
}
is
not callable (and hence not valid as a constructor), raises
\exception
{
TypeError
}
.
\end{funcdesc}
\begin{funcdesc}
{
pickle
}{
type, function
\optional
{
, constructor
}}
...
...
@@ -25,5 +27,6 @@ functions or class instances.
tuple. The optional
\var
{
constructor
}
parameter, if provided, is a
callable object which can be used to reconstruct the object when
called with the tuple of arguments returned by
\var
{
function
}
at
pickling time.
pickling time.
\exception
{
TypeError
}
will be raised if
\var
{
object
}
is a class or
\var
{
constructor
}
is not callable.
\end{funcdesc}
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