Generator.print_results_gen
- Generator.print_results_gen(dict_out: Dict[str, Dict]) None[source]
- Print the results stored in a dictionary of dictionaries. - This method takes a dictionary of dictionaries as input, where the outer dictionary represents categories or groups, and the inner dictionaries contain results or data associated with each category. It prints the results in a readable format. - Parameters:- selfobject
- The instance of the class containing this method. 
- dict_outDict[str, Dict])
- The dictionary generated by the generation method, which contains a lof of nested dictionaries with the results of the generation process.