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