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
61acf067
Commit
61acf067
authored
Oct 16, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug [#471111] inspect.getframeinfo() needs docs.
TeX-ified its docstring.
parent
49900000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Doc/lib/libinspect.tex
Doc/lib/libinspect.tex
+6
-0
No files found.
Doc/lib/libinspect.tex
View file @
61acf067
...
@@ -282,6 +282,12 @@ created, it is important to ensure they are explicitly broken to avoid
...
@@ -282,6 +282,12 @@ created, it is important to ensure they are explicitly broken to avoid
the delayed destruction of objects and increased memory consumption
the delayed destruction of objects and increased memory consumption
which occurs.
which occurs.
\begin{funcdesc}
{
getframeinfo
}{
frame
\optional
{
, context
}}
Get information about a frame or traceback object. A 5-tuple
is returned, the last five elements of the frame's frame record.
The optional second argument specifies the number of lines of context
to return, which are centered around the current line.
\begin{funcdesc}
{
getouterframes
}{
frame
\optional
{
, context
}}
\begin{funcdesc}
{
getouterframes
}{
frame
\optional
{
, context
}}
Get a list of frame records for a frame and all higher (calling)
Get a list of frame records for a frame and all higher (calling)
frames.
frames.
...
...
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