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
281084f7
Kaydet (Commit)
281084f7
authored
Eki 08, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Put the deprecated .ignore() method back where it was.
üst
7d016857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pstats.py
Lib/pstats.py
+4
-4
No files found.
Lib/pstats.py
Dosyayı görüntüle @
281084f7
...
@@ -414,6 +414,10 @@ class Stats:
...
@@ -414,6 +414,10 @@ class Stats:
print
f8
(
ct
/
cc
),
print
f8
(
ct
/
cc
),
print
func_std_string
(
func
)
print
func_std_string
(
func
)
def
ignore
(
self
):
# Deprecated since 1.5.1 -- see the docs.
pass
# has no return value, so use at end of line :-)
class
TupleComp
:
class
TupleComp
:
"""This class provides a generic function for comparing any two tuples.
"""This class provides a generic function for comparing any two tuples.
Each instance records a list of tuple-indices (from most significant
Each instance records a list of tuple-indices (from most significant
...
@@ -435,10 +439,6 @@ class TupleComp:
...
@@ -435,10 +439,6 @@ class TupleComp:
return
direction
return
direction
return
0
return
0
def
ignore
(
self
):
# Deprecated since 1.5.1 -- see the docs.
pass
# has no return value, so use at end of line :-)
#**************************************************************************
#**************************************************************************
# func_name is a triple (file:string, line:int, name:string)
# func_name is a triple (file:string, line:int, name:string)
...
...
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