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