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
d88c4ea5
Kaydet (Commit)
d88c4ea5
authored
Eyl 06, 2004
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #1020540: a wrong link from "frame object" in lib index.
Backport.
üst
0f410723
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
libsignal.tex
Doc/lib/libsignal.tex
+4
-3
No files found.
Doc/lib/libsignal.tex
Dosyayı görüntüle @
d88c4ea5
...
@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions:
...
@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions:
\exception
{
ValueError
}
exception to be raised.
\exception
{
ValueError
}
exception to be raised.
The
\var
{
handler
}
is called with two arguments: the signal number
The
\var
{
handler
}
is called with two arguments: the signal number
and the current stack frame (
\code
{
None
}
or a frame object; see the
and the current stack frame (
\code
{
None
}
or a frame object;
reference manual for a description of frame objects).
for a description of frame objects, see the reference manual section
\obindex
{
frame
}
on the standard type hierarchy or see the attribute descriptions in
the
\refmodule
{
inspect
}
module).
\end{funcdesc}
\end{funcdesc}
\subsection
{
Example
}
\subsection
{
Example
}
...
...
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