Running this command without parameters will print the list of available info commands. Below is a description of the individual commands.
Show function/method parameters. See 1.2.4.
Show the list of breakpoints.
Show the global variables. See 1.2.5.
Show the current line number in source file. If a function name is given, the starting line of the function is reported.
Show the local variables. See 1.2.4.
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.
Information about the current Python file.
See About this document... for information on suggesting changes.