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
9d37a4d3
Kaydet (Commit)
9d37a4d3
authored
Eki 27, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small wording change about global and local trace functions.
üst
036309b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
libpdb.tex
Doc/lib/libpdb.tex
+10
-2
libpdb.tex
Doc/libpdb.tex
+10
-2
No files found.
Doc/lib/libpdb.tex
Dosyayı görüntüle @
9d37a4d3
...
@@ -258,8 +258,16 @@ or \code{'exception'}
...
@@ -258,8 +258,16 @@ or \code{'exception'}
\end{description}
\end{description}
A trace function should return a new trace function or None.
The global trace function is invoked (with
\var
{
event
}
set to
Class methods are accepted (and most useful!) as trace methods.
\code
{
'call'
}
) whenever a new local scope is entered; it should return
a reference to the local trace function to be used that scope, or
\code
{
None
}
if the scope shouldn't be traced.
The local trace function should return a reference to itself (or to
another function for further tracing in that scope), or
\code
{
None
}
to
turn off tracing in that scope.
Instance methods are accepted (and very useful!) as trace functions.
The events have the following meaning:
The events have the following meaning:
...
...
Doc/libpdb.tex
Dosyayı görüntüle @
9d37a4d3
...
@@ -258,8 +258,16 @@ or \code{'exception'}
...
@@ -258,8 +258,16 @@ or \code{'exception'}
\end{description}
\end{description}
A trace function should return a new trace function or None.
The global trace function is invoked (with
\var
{
event
}
set to
Class methods are accepted (and most useful!) as trace methods.
\code
{
'call'
}
) whenever a new local scope is entered; it should return
a reference to the local trace function to be used that scope, or
\code
{
None
}
if the scope shouldn't be traced.
The local trace function should return a reference to itself (or to
another function for further tracing in that scope), or
\code
{
None
}
to
turn off tracing in that scope.
Instance methods are accepted (and very useful!) as trace functions.
The events have the following meaning:
The events have the following meaning:
...
...
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