Searched refs:code_quicken (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_dis.py | 942 def code_quicken(f, times=QUICKENING_WARMUP_DELAY): member in DisTests 948 self.code_quicken(lambda: load_test(0, 0)) 963 self.code_quicken(lambda: exec(co_int, {}, {'a': 1, 'b': 2})) 968 self.code_quicken(lambda: exec(co_unicode, {}, {'a': 'a', 'b': 'b'})) 981 self.code_quicken(lambda: exec(co_list, {}, {'a': [0]})) 986 self.code_quicken(lambda: exec(co_dict, {}, {'a': {0: '1'}})) 1000 self.code_quicken(lambda: exec(co, {}, {})) 1017 self.code_quicken(lambda: exec(co, {}, {})) 1024 self.code_quicken(loop_test, 1) 1039 self.code_quicken( [all...] |
Completed in 2 milliseconds