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
56a3706f
Commit
56a3706f
authored
Apr 23, 2006
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweak
parent
47767c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libtrace.tex
Doc/lib/libtrace.tex
+2
-2
No files found.
Doc/lib/libtrace.tex
View file @
56a3706f
...
...
@@ -19,7 +19,7 @@ python -m trace --count somefile.py ...
\end{verbatim}
The above will generate annotated listings of all Python modules imported
during the execution of
somefile.py
.
during the execution of
\code
{
somefile.py
}
.
\subsection
{
Command Line Arguments
}
...
...
@@ -69,7 +69,7 @@ Run \code{cmd} under control of the Trace object with the current tracing
parameters.
\end{methoddesc}
\begin{methoddesc}
[Trace]
{
run
}{
cmd
\optional
{
,globals=None
\optional
{
,locals=None
}}}
\begin{methoddesc}
[Trace]
{
run
ctx
}{
cmd
\optional
{
,globals=None
\optional
{
,locals=None
}}}
Run
\code
{
cmd
}
under control of the Trace object with the current tracing
parameters in the defined global and local environments. If not defined,
\code
{
globals
}
and
\code
{
locals
}
default to empty dictionaries.
...
...
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