Ejemplo n.º 1
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
Ejemplo n.º 2
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
    return True
Ejemplo n.º 3
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
Ejemplo n.º 4
0
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
    return True