mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
minor tweak
This commit is contained in:
parent
47767c3b17
commit
56a3706fcd
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ python -m trace --count somefile.py ...
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
The above will generate annotated listings of all Python modules imported
|
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}
|
\subsection{Command Line Arguments}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Run \code{cmd} under control of the Trace object with the current tracing
|
||||||
parameters.
|
parameters.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[Trace]{run}{cmd\optional{,globals=None\optional{,locals=None}}}
|
\begin{methoddesc}[Trace]{runctx}{cmd\optional{,globals=None\optional{,locals=None}}}
|
||||||
Run \code{cmd} under control of the Trace object with the current tracing
|
Run \code{cmd} under control of the Trace object with the current tracing
|
||||||
parameters in the defined global and local environments. If not defined,
|
parameters in the defined global and local environments. If not defined,
|
||||||
\code{globals} and \code{locals} default to empty dictionaries.
|
\code{globals} and \code{locals} default to empty dictionaries.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue