============== Process Module ============== .. automodule:: pylada.process .. moduleauthor:: Mayeul d'Avezac ************* Process Types ************* .. toctree:: :maxdepth: 1 Abstract base-class Execution of an external program Sequential execution of a generator of processes Execution of a callable Parallel execution of a job-folder Parallel execution of a job-folder with per-folder numbers of processors ********** Exceptions ********** .. autoexception:: ProcessError :show-inheritance: .. autoexception:: Fail :show-inheritance: .. autoexception:: AlreadyStarted :show-inheritance: .. autoexception:: NotStarted :show-inheritance: ********* Functions ********* .. autofunction:: which