示例#1
0
import natemod

natemod.natefunc("Some var")
示例#2
0
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo",natemod.natefunc("Foo"))
示例#3
0
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo", natemod.natefunc("Foo"))