Take a look at populate.walk_factories. Two parameters are set to empty lists. I think this is what we want but can't be sure.
Also, on some sunny day we can find a more efficient way of building a results string than the one in this algorithm. Some kind of '\n'.join(), I should think.
Take a look at populate.walk_factories. Two parameters are set to empty lists. I think this is what we want but can't be sure.
Also, on some sunny day we can find a more efficient way of building a results string than the one in this algorithm. Some kind of '\n'.join(), I should think.