Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
@staticmethod def send(event, **kwargs): """Helper to allow calling of core listener events""" listener.send_async(CoreListener, event, **kwargs)
def playlists_loaded(self): # Forward event from backend to frontends CoreListener.send('playlists_loaded')