Searched refs:add_list (Results 1 – 6 of 6) sorted by relevance
50 for add_file in (args.add_list or []):62 add_list = sorted(add_set, reverse=True) variable70 while len(add_list) > 0 and test > add_list[-1]:71 f.write(add_list.pop())
475 self.add_list = []480 self.add_list.append(self.add)488 ret = self.add_list[i](ret, output)
376 def add_list(): function385 return add_list()
351 add_list = []357 add_list.append((name, attr))358 for name, prim_op in add_list:
824 struct_list.add_list().extend([1, 'two', True, False, None])852 list2.add_list()
846 def add_list(self): member in ListValue