Previous topic

efl.eo Module

Next topic

What is Ecore?

efl.eo.Eo Class

class efl.eo.Eo

Bases: object

Base class used by all the object in the EFL.

delete()

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.

event_freeze()

Pause event propagation for this object.

event_freeze_count_get()

Get the event freeze count for this object.

Returns:the freeze count
Return type:int
event_thaw()

Restart event propagation for this object.

is_deleted()

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
parent None

The parent object

Type:Eo
parent_get()
parent_set(parent)