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
c37f5b32
Kaydet (Commit)
c37f5b32
authored
Ock 28, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjust documentation for new.instance() to reflect that the second
parameter may be omitted or None.
üst
b4cd5c1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libnew.tex
Doc/lib/libnew.tex
+5
-3
No files found.
Doc/lib/libnew.tex
Dosyayı görüntüle @
c37f5b32
...
...
@@ -14,10 +14,12 @@ to the interpreter, so care must be exercised when using this module.
The
\module
{
new
}
module defines the following functions:
\begin{funcdesc}
{
instance
}{
class
, dict
}
\begin{funcdesc}
{
instance
}{
class
\optional
{
, dict
}
}
This function creates an instance of
\var
{
class
}
with dictionary
\var
{
dict
}
without calling the
\method
{__
init
__
()
}
constructor. Note that
there are no guarantees that the object will be in a consistent state.
\var
{
dict
}
without calling the
\method
{__
init
__
()
}
constructor. If
\var
{
dict
}
is omitted or
\code
{
None
}
, a new, empty dictionary is
created for the new instance. Note that there are no guarantees that
the object will be in a consistent state.
\end{funcdesc}
\begin{funcdesc}
{
instancemethod
}{
function, instance, class
}
...
...
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