carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
bin.cusettings | |
Generate or update a carputils settings file. | |
Variables | |
string | bin.cusettings.epilog |
bin.cusettings.parser = argparse.ArgumentParser(description=__doc__, epilog=epilog) | |
bin.cusettings.help | |
bin.cusettings.gnew = parser.add_argument_group('new settings file options') | |
bin.cusettings.type | |
bin.cusettings.action | |
bin.cusettings.args = parser.parse_args() | |
dictionary | bin.cusettings.kwargs |
string | bin.cusettings.regression_ref_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(inspect.getfile(new))))) + '/experiments/regression-references/' |
list | bin.cusettings.cmd = ['git', 'config', '--get', 'user.email'] |
bin.cusettings.email = subprocess.check_output(cmd).rstrip() | |
bin.cusettings.name = subprocess.check_output(cmd).rstrip() | |