couchpotato.core.event module

couchpotato.core.event.addEvent(name, handler, priority=100)[source]
couchpotato.core.event.errorHandler(error)[source]
couchpotato.core.event.fireEvent(name, *args, **kwargs)[source]
couchpotato.core.event.fireEventAsync(*args, **kwargs)[source]
couchpotato.core.event.getEvent(name)[source]
couchpotato.core.event.runHandler(name, handler, *args, **kwargs)[source]