|
Baby Language Lab Scripts
A collection of data processing tools.
|
Handles startup for the mel_testing app. More...

Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def | start |
| See superclass description. More... | |
Public Member Functions inherited from app.app.App | |
| 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 | |
Public Attributes inherited from app.app.App | |
| app_type | |
Static Public Attributes inherited from app.app.App | |
| tuple | APP_TYPES = Enum('GUI CMD_LINE'.split()) |
Handles startup for the mel_testing app.
Definition at line 7 of file pitch_study_app.py.
| def app.pitch_study_app.PitchStudyApp.__init__ | ( | self | ) |
| def app.pitch_study_app.PitchStudyApp.start | ( | self | ) |
See superclass description.
Definition at line 18 of file pitch_study_app.py.