autosetter

autosetter.empty_sets_folder(outputPath)[source]

This function cleans the directory where output will be stored provided that such directory exists. If it doesn’t exist, it will create a fresh one. :param outputPath: absolute folder plath where the outputs will be stored :return:

autosetter.run_auto_setter()[source]

This is the main function to translate Python initialization/setup code into C. Detailed comments are provided below.