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
f1b72ddf
Kaydet (Commit)
f1b72ddf
authored
Nis 09, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reduced description of the obsolete method Stats.ignore().
üst
3217be93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
26 deletions
+4
-26
libprofile.tex
Doc/lib/libprofile.tex
+2
-13
libprofile.tex
Doc/libprofile.tex
+2
-13
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
f1b72ddf
...
...
@@ -495,23 +495,12 @@ ordering are identical to the \method{print_callers()} method.
\end{methoddesc}
\begin{methoddesc}
{
ignore
}{}
This method of the
\class
{
Stats
}
class is used to dispose of the value
returned by earlier methods. All standard methods in this class
return the instance that is being processed, so that the commands can
be strung together. For example:
\begin{verbatim}
pstats.Stats('foofile').strip
_
dirs().sort
_
stats('cum')
\
.print
_
stats().ignore()
\end{verbatim}
would perform all the indicated functions, but it would not return
the final reference to the
\class
{
Stats
}
instance.
%
\deprecated
{
1.5.1
}{
This is not needed in modern versions of Python.
%
\footnote
{
This was once necessary, when Python would print any unused expression
result that was not
\code
{
None
}
. The method is still defined for
backward compatibility.
}
}
}
\end{methoddesc}
...
...
Doc/libprofile.tex
Dosyayı görüntüle @
f1b72ddf
...
...
@@ -495,23 +495,12 @@ ordering are identical to the \method{print_callers()} method.
\end{methoddesc}
\begin{methoddesc}
{
ignore
}{}
This method of the
\class
{
Stats
}
class is used to dispose of the value
returned by earlier methods. All standard methods in this class
return the instance that is being processed, so that the commands can
be strung together. For example:
\begin{verbatim}
pstats.Stats('foofile').strip
_
dirs().sort
_
stats('cum')
\
.print
_
stats().ignore()
\end{verbatim}
would perform all the indicated functions, but it would not return
the final reference to the
\class
{
Stats
}
instance.
%
\deprecated
{
1.5.1
}{
This is not needed in modern versions of Python.
%
\footnote
{
This was once necessary, when Python would print any unused expression
result that was not
\code
{
None
}
. The method is still defined for
backward compatibility.
}
}
}
\end{methoddesc}
...
...
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