| Trees | Indices | Help |
|---|
|
|
Provides an interactive Python console which can be run from within NVDA. To use, call initialize to create a singleton instance of the console GUI. This can then be accessed externally as consoleUI.
|
|||
|
HelpCommand Emulation of the 'help' command found in the Python interactive shell. |
|||
|
ExitConsoleCommand An object that can be used as an exit command that can close the console or print a friendly message for its repr. |
|||
|
PythonConsole An interactive Python console for NVDA which directs output to supplied functions. |
|||
|
ConsoleUI The NVDA Python console GUI. |
|||
|
|||
|
|||
|
|||
|
|||
consoleUI = Nonehash(x) |
|||
|
|||
Initialize the NVDA Python console GUI. This creates a singleton instance of the console GUI. This is accessible as consoleUI. This may be manipulated externally. |
Activate the console GUI. This shows the GUI and brings it to the foreground if possible. Precondition: initialize has been called. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |