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
d44e7ad7
Kaydet (Commit)
d44e7ad7
authored
Kas 15, 2001
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor updates to add more pointers to the pickle documentation, and to
clarify some of the interface.
üst
fd4f069b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
libcopyreg.tex
Doc/lib/libcopyreg.tex
+7
-1
No files found.
Doc/lib/libcopyreg.tex
Dosyayı görüntüle @
d44e7ad7
...
@@ -24,9 +24,15 @@ functions or class instances.
...
@@ -24,9 +24,15 @@ functions or class instances.
Declares that
\var
{
function
}
should be used as a ``reduction''
Declares that
\var
{
function
}
should be used as a ``reduction''
function for objects of type
\var
{
type
}
;
\var
{
type
}
should not a
function for objects of type
\var
{
type
}
;
\var
{
type
}
should not a
class object.
\var
{
function
}
should return either a string or a
class object.
\var
{
function
}
should return either a string or a
tuple. The optional
\var
{
constructor
}
parameter, if provided, is a
tuple containing two or three elements.
The optional
\var
{
constructor
}
parameter, if provided, is a
callable object which can be used to reconstruct the object when
callable object which can be used to reconstruct the object when
called with the tuple of arguments returned by
\var
{
function
}
at
called with the tuple of arguments returned by
\var
{
function
}
at
pickling time.
\exception
{
TypeError
}
will be raised if
pickling time.
\exception
{
TypeError
}
will be raised if
\var
{
object
}
is a class or
\var
{
constructor
}
is not callable.
\var
{
object
}
is a class or
\var
{
constructor
}
is not callable.
See the
\refmodule
{
pickle
}
module for more
details on the interface expected of
\var
{
function
}
and
\var
{
constructor
}
.
\end{funcdesc}
\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