示例#1
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
示例#2
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
    return True
示例#3
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
示例#4
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
    return True