Exemple #1
0
def set_iterative_traversal(fun):
    commons.set_profile_exaustive(False)
    commons.set_increment_function(fun)
Exemple #2
0
def set_iterative_traversal(fun):
   commons.set_profile_exaustive(False)
   commons.set_increment_function(fun)
Exemple #3
0
def set_exhaustive_traversal():
    commons.set_profile_exaustive(True)
    commons.set_increment_function(commons.NONE_STRING)
Exemple #4
0
def set_exhaustive_traversal():
   commons.set_profile_exaustive(True)
   commons.set_increment_function(commons.NONE_STRING)