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