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