kiwipy.utils module

class kiwipy.utils.EventHelper(listener_type)[source]

Bases: object

add_listener(listener)[source]
fire_event(event_function, *args, **kwargs)[source]
property listeners
remove_all_listeners()[source]
remove_listener(listener)[source]