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