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