eric4.eric4

Eric4 Python IDE

This is the main Python script that performs the neccessary initialization of the IDE and starts the Qt event loop.

Classes

None

Functions

excepthook Global function to catch unhandled exceptions.
handleSingleApplication Global function to handle the single application mode.
main Main entry point into the application.


excepthook

excepthook(excType, excValue, tracebackobj)

Global function to catch unhandled exceptions.

excType
exception type
excValue
exception value
tracebackobj
traceback object
Up


handleSingleApplication

handleSingleApplication(ddindex)

Global function to handle the single application mode.

ddindex
index of a '--' option in the options list
Up


main

main()

Main entry point into the application.

Up