コード例 #1
0
ファイル: main.py プロジェクト: NathanNeff/python_examples
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"))