Cnerator module

This is the entry point to the Cnerator source code generation tool. The main function runs Cnerator. To see the different arguments provided, run Cnerator with either -h or --help command line arguments.

cnerator.main()[source]

Main function. To see the different arguments provided, run Cnerator with either -h or --help command line arguments.

cnerator.run(args)[source]

This function runs Cnerator, receiving the command line arguments.

Parameters

args – The command line arguments returned by argparse.ArgumentParser.parse_args.

Returns

None.