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
f91888bb
Kaydet (Commit)
f91888bb
authored
Haz 26, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
markup consistency nits
üst
4db3661e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
libfuncs.tex
Doc/lib/libfuncs.tex
+10
-9
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
f91888bb
...
...
@@ -142,7 +142,7 @@ class C:
object is passed as the implied first argument.
Class methods are different than C++ or Java static methods.
If you want those, see
\function
{
staticmethod
}
in this section.
If you want those, see
\function
{
staticmethod
()
}
in this section.
\versionadded
{
2.2
}
\end{funcdesc}
...
...
@@ -681,13 +681,13 @@ class C:
\end{funcdesc}
\begin{funcdesc}
{
object
}{}
Return a new featureless object.
\function
{
object
}
is a base
for all new style classes. It has the methods that are common
to all instances of new style classes.
\versionadded
{
2.2
}
Return a new featureless object.
\function
{
object()
}
is a base
for all new style classes. It has the methods that are common
to all instances of new style classes.
\versionadded
{
2.2
}
\versionchanged
[This function does not accept any arguments.
Formerly, it accepted arguments but ignored them]
{
2.3
}
\versionchanged
[This function does not accept any arguments.
Formerly, it accepted arguments but ignored them]
{
2.3
}
\end{funcdesc}
\begin{funcdesc}
{
oct
}{
x
}
...
...
@@ -916,8 +916,9 @@ class C:
instance (such as
\code
{
C().f()
}
). The instance is ignored except
for its class.
Static methods in Python are similar to those found in Java or C++.
For a more advanced concept, see
\function
{
classmethod
}
in this section.
Static methods in Python are similar to those found in Java or
\Cpp
.
For a more advanced concept, see
\function
{
classmethod()
}
in this
section.
\versionadded
{
2.2
}
\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