示例#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)