Exemplo n.º 1
0
def set_iterative_traversal(fun):
    commons.set_profile_exaustive(False)
    commons.set_increment_function(fun)
Exemplo n.º 2
0
def set_iterative_traversal(fun):
   commons.set_profile_exaustive(False)
   commons.set_increment_function(fun)
Exemplo n.º 3
0
def set_exhaustive_traversal():
    commons.set_profile_exaustive(True)
    commons.set_increment_function(commons.NONE_STRING)
Exemplo n.º 4
0
def set_exhaustive_traversal():
   commons.set_profile_exaustive(True)
   commons.set_increment_function(commons.NONE_STRING)