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