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