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.6.
Show the status of user-settable breakpoints. Without argument, list info about all breakpoints. With an integer argument, list info on that breakpoint.
The short command for this is L.
Show the global variables. See 1.2.7.
Show the signal handling status. See 1.2.13.
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.6.
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 ``stopped'' and if stopped at a breakpoint that is shown as well.
Alias for info handle. See 1.2.13.
Information about the current Python file.
See About this document... for information on suggesting changes.