PALM-meteo
Functions | Variables
palmmeteo.dispatch Namespace Reference

Functions

def threading_excepthook (args)
 
def build_exec_queue (event, from_plugins)
 
def execute_event (event, from_plugins)
 
def run (argv)
 
def main ()
 

Variables

list last_stage_files = []
 

Function Documentation

◆ build_exec_queue()

def palmmeteo.dispatch.build_exec_queue (   event,
  from_plugins 
)

◆ execute_event()

def palmmeteo.dispatch.execute_event (   event,
  from_plugins 
)

◆ main()

def palmmeteo.dispatch.main ( )

◆ run()

def palmmeteo.dispatch.run (   argv)

◆ threading_excepthook()

def palmmeteo.dispatch.threading_excepthook (   args)
Overwrites original threading.excepthook to terminate after unhandled error.

Variable Documentation

◆ last_stage_files

list palmmeteo.dispatch.last_stage_files = []