Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2a72f195
Commit
2a72f195
authored
Sep 04, 2004
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug #1020540: a wrong link from "frame object" in lib index
parent
b8717631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/lib/libsignal.tex
Doc/lib/libsignal.tex
+4
-3
No files found.
Doc/lib/libsignal.tex
View file @
2a72f195
...
...
@@ -139,9 +139,10 @@ The \module{signal} module defines the following functions:
\exception
{
ValueError
}
exception to be raised.
The
\var
{
handler
}
is called with two arguments: the signal number
and the current stack frame (
\code
{
None
}
or a frame object; see the
reference manual for a description of frame objects).
\obindex
{
frame
}
and the current stack frame (
\code
{
None
}
or a frame object;
for a description of frame objects, see the reference manual section
on the standard type hierarchy or see the attribute descriptions in
the
\refmodule
{
inspect
}
module).
\end{funcdesc}
\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