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
2b9bc08e
Kaydet (Commit)
2b9bc08e
authored
Haz 25, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed useless intra-section references which jump to the top of the
section instead of the specific item being referenced.
üst
2dd8c426
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
libfuncs.tex
Doc/lib/libfuncs.tex
+2
-4
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
2b9bc08e
...
@@ -123,7 +123,6 @@ def my_import(name):
...
@@ -123,7 +123,6 @@ def my_import(name):
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
classmethod
}{
function
}
\begin{funcdesc}
{
classmethod
}{
function
}
\label
{
classmethod
}
Return a class method for
\var
{
function
}
.
Return a class method for
\var
{
function
}
.
A class method receives the class as implicit first argument,
A class method receives the class as implicit first argument,
...
@@ -143,7 +142,7 @@ class C:
...
@@ -143,7 +142,7 @@ class C:
object is passed as the implied first argument.
object is passed as the implied first argument.
Class methods are different than C++ or Java static methods.
Class methods are different than C++ or Java static methods.
If you want those, see
\
ref
{
staticmethod
}
.
If you want those, see
\
function
{
staticmethod
}
in this section
.
\versionadded
{
2.2
}
\versionadded
{
2.2
}
\end{funcdesc}
\end{funcdesc}
...
@@ -902,7 +901,6 @@ class C(object):
...
@@ -902,7 +901,6 @@ class C(object):
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
staticmethod
}{
function
}
\begin{funcdesc}
{
staticmethod
}{
function
}
\label
{
staticmethod
}
Return a static method for
\var
{
function
}
.
Return a static method for
\var
{
function
}
.
A static method does not receive an implicit first argument.
A static method does not receive an implicit first argument.
...
@@ -919,7 +917,7 @@ class C:
...
@@ -919,7 +917,7 @@ class C:
for its class.
for its class.
Static methods in Python are similar to those found in Java or C++.
Static methods in Python are similar to those found in Java or C++.
For a more advanced concept, see
\
ref
{
classmethod
}
.
For a more advanced concept, see
\
function
{
classmethod
}
in this section
.
\versionadded
{
2.2
}
\versionadded
{
2.2
}
\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