示例#1
0
    def g(x):
        from mytest import mytest

        return mytest.inc(x)
示例#2
0
 def g(x):
     from mytest import mytest
     return mytest.inc(x)