1.2.1.1 Info (info)

Running this command without parameters will print the list of available info commands. Below is a description of the individual commands.

info args

Show function/method parameters. See 1.2.4.

info break

Show the list of breakpoints.

info globals

Show the global variables. See 1.2.5.

info line

Show the current line number in source file. If a function name is given, the starting line of the function is reported.

info locals

Show the local variables. See 1.2.4.

info program

Show the execution status of the program. The possible status is that the program is not running (e.g. in post-mortem dump), or the program is ``stoppped'' and if stopped at a breakpoint that is shown as well.

info source

Information about the current Python file.

See About this document... for information on suggesting changes.