예제 #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"))