carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | carputils.divertoutput.DivertOutputError |
Namespaces | |
carputils.divertoutput | |
Functions | |
def | carputils.divertoutput.intercept_OSError (func) |
Decorator to intercept file not found OSErrors. More... | |
def | carputils.divertoutput.call (cmd, interactive=False, timeout=None, detached=False, stdout=None, stderr=None, args, kwargs) |
Run the specified command. More... | |
def | carputils.divertoutput.subprocess_exceptions () |
Make :func:call raise an exception on process non-zero exit status. More... | |
def | carputils.divertoutput.process_timeout (process, timeout) |
def | carputils.divertoutput.mp_one_run (run) |
Define how to start a single run with multiprocessing. More... | |