![]() |
Baby Language Lab Scripts
A collection of data processing tools.
|
Handles startup for the data viewer app. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | start |
See superclass description. More... | |
![]() | |
def | __init__ |
Constructor. More... | |
def | start |
This method must be overridden by subclasses to launch their main startup code. More... | |
def | event_loop |
This method starts the gtk+ event loop. More... | |
Additional Inherited Members | |
![]() | |
app_type | |
![]() | |
tuple | APP_TYPES = Enum('GUI CMD_LINE'.split()) |
Handles startup for the data viewer app.
Definition at line 7 of file data_viewer_app.py.
def app.data_viewer_app.DataViewerApp.__init__ | ( | self | ) |
def app.data_viewer_app.DataViewerApp.start | ( | self | ) |
See superclass description.
Definition at line 18 of file data_viewer_app.py.