pyease package

Submodules

pyease.ease module

pyease.easeexceptions module

Module with exeptions for use of EASE with Python.

See also

The acronym EASE stands for “Eclipse Advanced Scripting Environment”. Further information: https://www.eclipse.org/ease/

exception pyease.easeexceptions.EaseButtonClickError(button: Any)

Bases: EaseError

Raised when a button cannot be clicked.

exception pyease.easeexceptions.EaseButtonNotFoundError(label: str)

Bases: EaseError

Raised when a button cannot be found by a specified label.

exception pyease.easeexceptions.EaseError

Bases: Exception

Raised when an unexpected error occurred.

exception pyease.easeexceptions.EaseNoSWTWorkbenchBotError

Bases: EaseError

Raised when there is no SWTWorkbenchBot.

Module contents

The pyease package.