Eric6 Python IDE.
This is the main Python script that performs the necessary initialization of the IDE and starts the Qt event loop.
app |
args |
inMainLoop |
mainWindow |
originalPathString |
restartArgs |
restartArgsList |
splash |
None |
excepthook | Global function to catch unhandled exceptions. |
handleSingleApplication | Global function to handle the single application mode. |
main | Main entry point into the application. |
uiStartUp | Global function to finalize the start up of the main UI. |
Global function to catch unhandled exceptions.
Global function to handle the single application mode.
Main entry point into the application.
Global function to finalize the start up of the main UI.
Note: It is activated by a zero timeout single-shot timer.