get_default
Description:
Return the existing instance of Engine or a subclass of it.
If no Engine subclass has been instantiated yet, the first call of this function will return a new instance of Engine.
Note: this function should never be used when multiple threads are using libpeas API as it is not thread-safe.
Returns:
the existing instance of Engine. |