simpleloops# print_loops# gunfolds.utils.simpleloops.print_loops(g, u)[source]# Prints the simple loops in graph g Parameters: g (dictionary (gunfolds graphs)) – gunfolds graph u (integer) – under sampling rate simple_loops# gunfolds.utils.simpleloops.simple_loops(g, u)[source]# Iterator over the list of simple loops of graph g at the undersample rate u Parameters: g (dictionary (gunfolds graphs)) – gunfolds graph u (integer) – under sampling rate