wx - Add-ons for the wxPython framework
wxPython related utilities.
test - Support for testing wxPython programs that use the command package
Support for testing wx based modules.
interpreter - an alternate Interpreter class for use in wxPython based applications
Interactive program driver - wxPython version.
An alternative implementation of ‘command.interpreter’ for use with wxPython applications, as
the default implementation with wxPython’s application loop.
-
class Interpreter(cmd)[source]
A command interpreter suitable for use in wxPython based applications.
-
class Popen(cmd)[source]
A simple wxPython based, Popen-like object.