예제 #1
0
파일: all.py 프로젝트: lsabc/memoizeit
def set_iterative_traversal(fun):
    commons.set_profile_exaustive(False)
    commons.set_increment_function(fun)
예제 #2
0
파일: all.py 프로젝트: lucadt/memoizeit
def set_iterative_traversal(fun):
   commons.set_profile_exaustive(False)
   commons.set_increment_function(fun)
예제 #3
0
파일: all.py 프로젝트: lsabc/memoizeit
def set_exhaustive_traversal():
    commons.set_profile_exaustive(True)
    commons.set_increment_function(commons.NONE_STRING)
예제 #4
0
파일: all.py 프로젝트: lucadt/memoizeit
def set_exhaustive_traversal():
   commons.set_profile_exaustive(True)
   commons.set_increment_function(commons.NONE_STRING)