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