def dotest(s): for x in all_objs: for y in all_objs: s(x, y)
def dotest(s): for x in all_objs: for y in all_objs: s(x, y) return True