Exemplo n.º 1
0
def traced_func_importing(x, y):
    return x + y + testmod.func(1)
Exemplo n.º 2
0
def traced_func_importing(x, y):
    return x + y + testmod.func(1)