Bases: object
Base class used by all the object in the EFL.
Delete the object and free internal resources.
Note
This will not delete the python object, but only the internal C one. The python object will be automatically deleted by the garbage collector when there are no more reference to it.
Pause event propagation for this object.
Get the event freeze count for this object.
Returns: | the freeze count |
---|---|
Return type: | int |
Restart event propagation for this object.
Check if the object has been deleted thus leaving the object shallow.
Returns: | True if the object has been deleted yet, False otherwise. |
---|---|
Return type: | bool |