コード例 #1
0
 def test_cylength_3(self) :
     a = cyLength(304039)
     self.assert_( a == 58)
コード例 #2
0
 def test_cylength_2(self) :
     a = cyLength(567)
     self.assert_( a == 62)
コード例 #3
0
 def test_cylength_1(self) :
     a = cyLength(6)
     self.assert_( a == 9)
コード例 #4
0
 def test_cylength_3(self):
     a = cyLength(304039)
     self.assert_(a == 58)
コード例 #5
0
 def test_cylength_2(self):
     a = cyLength(567)
     self.assert_(a == 62)
コード例 #6
0
 def test_cylength_1(self):
     a = cyLength(6)
     self.assert_(a == 9)