예제 #1
0
파일: test_expr.py 프로젝트: Botouls/sympy
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
예제 #2
0
파일: test_expr.py 프로젝트: FireJade/sympy
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
파일: test_expr.py 프로젝트: skolwind/sympy
def dotest(s):
    for x in all_objs:
        for y in all_objs:
            s(x, y)
    return True