carputils
Doxygen code documentation for the python framework controlling openCARP
|
Clean the output of openCARP examples in the example repositories using the carptests framework. More...
Variables | |
parser = argparse.ArgumentParser(description=__doc__) | |
default_pkg = settings.config.REGRESSION_PKG | |
nargs | |
default | |
help | |
args = parser.parse_args() | |
modules = testing.find_multi(args.modules, return_modules=True) | |
list | run_funcs = [] |
run = getattr(mod, 'run') | |
tuple | msg |
proceed = prompt.query_yes_no(msg, 'no') | |
CLEAN_BATCH | |
mod = __import__(run.__module__, fromlist=['']) | |
wkdir = os.path.dirname(mod.__file__) | |
Clean the output of openCARP examples in the example repositories using the carptests framework.
bin.cuclean.args = parser.parse_args() |
bin.cuclean.CLEAN_BATCH |
bin.cuclean.default |
list bin.cuclean.default_pkg = settings.config.REGRESSION_PKG |
bin.cuclean.help |
bin.cuclean.mod = __import__(run.__module__, fromlist=['']) |
bin.cuclean.modules = testing.find_multi(args.modules, return_modules=True) |
tuple bin.cuclean.msg |
bin.cuclean.nargs |
bin.cuclean.parser = argparse.ArgumentParser(description=__doc__) |
bin.cuclean.proceed = prompt.query_yes_no(msg, 'no') |
bin.cuclean.run = getattr(mod, 'run') |
list bin.cuclean.run_funcs = [] |
bin.cuclean.wkdir = os.path.dirname(mod.__file__) |